diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 42e0001..5d7b488 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v6 with: @@ -71,7 +71,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: