diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d010968..751c462 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -11,7 +11,7 @@ jobs: node-version: [ 18, 20, 22 ] steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v6 with: