diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8f5120b..b7ba07d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ jobs: node-version: ['20.x', '22.x'] steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v5 with: @@ -75,7 +75,7 @@ jobs: issues: write steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Automerge Dependabot PRs if all checks have passed shell: bash env: