diff --git a/.github/workflows/dependabotautomerge.yml b/.github/workflows/dependabotautomerge.yml index e6801d9..79b7da8 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.0.0 + uses: actions/github-script@v8 with: script: | github.rest.pulls.createReview({ diff --git a/.github/workflows/rebase-dependabot.yml b/.github/workflows/rebase-dependabot.yml index 121601b..78d43b0 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@v6 + uses: actions/github-script@v8 with: script: | const owner = context.repo.owner;