diff --git a/.github/workflows/node-test.yaml b/.github/workflows/node-test.yaml index 4b48fdd..4df62c6 100644 --- a/.github/workflows/node-test.yaml +++ b/.github/workflows/node-test.yaml @@ -85,7 +85,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Prepare the matrix uses: pkgjs/action/.github/actions/prepare-node-test-matrix-action@v0.1.11 @@ -117,7 +117,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Prepare post-checkout steps if: ${{ inputs.post-checkout-steps }}