diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 8dd0eb18..42ee8c84 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -40,7 +40,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/npm-deploy.yml b/.github/workflows/npm-deploy.yml index c747c098..403c02e9 100644 --- a/.github/workflows/npm-deploy.yml +++ b/.github/workflows/npm-deploy.yml @@ -16,7 +16,7 @@ jobs: matrix: node-version: [22.x] # Are you are missing this specification? steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v4 with: diff --git a/.github/workflows/npm-test.js.yml b/.github/workflows/npm-test.js.yml index 79e67e05..5950081c 100644 --- a/.github/workflows/npm-test.js.yml +++ b/.github/workflows/npm-test.js.yml @@ -20,7 +20,7 @@ jobs: matrix: node-version: [22.x] # [12.x, 14.x, 16.x] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: ref: dev - name: Use Node.js ${{ matrix.node-version }}