diff --git a/.github/workflows/dependabotautomerge.yml b/.github/workflows/dependabotautomerge.yml index 79b7da8..2413410 100644 --- a/.github/workflows/dependabotautomerge.yml +++ b/.github/workflows/dependabotautomerge.yml @@ -19,7 +19,7 @@ jobs: if: github.actor == 'dependabot[bot]' steps: - name: automerge - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | github.rest.pulls.createReview({ diff --git a/.github/workflows/rebase-dependabot.yml b/.github/workflows/rebase-dependabot.yml index 78d43b0..8d5a6f4 100644 --- a/.github/workflows/rebase-dependabot.yml +++ b/.github/workflows/rebase-dependabot.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Rebase Dependabot open PRs - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | const owner = context.repo.owner;