diff --git a/.github/workflows/auto-approve-dependabot-prs.yml b/.github/workflows/auto-approve-dependabot-prs.yml index cf002f1b69..a870220e34 100644 --- a/.github/workflows/auto-approve-dependabot-prs.yml +++ b/.github/workflows/auto-approve-dependabot-prs.yml @@ -10,7 +10,7 @@ jobs: if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]' runs-on: ubuntu-latest steps: - - uses: actions/github-script@v7 + - uses: actions/github-script@v8 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: | diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 2161b45227..ae132c308c 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -120,7 +120,7 @@ jobs: working-directory: gitgitgadget - name: Clean up two day old branches and PRs - uses: actions/github-script@v7 + uses: actions/github-script@v8 id: clean-up with: github-token: ${{ env.GGG_TOKEN }}