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