diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index cb7572a4..3040648a 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -15,7 +15,7 @@ jobs: node-version: [18.x, 20.x, 22.x, 23.x, latest] steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v6 with: