We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e3e134 commit 7253367Copy full SHA for 7253367
.github/workflows/merge-dependabot.yml
@@ -18,7 +18,7 @@ jobs:
18
github.actor == 'dependabot[bot]'
19
steps:
20
- name: "Merge pull request"
21
- uses: "actions/github-script@v7"
+ uses: "actions/github-script@v8"
22
with:
23
github-token: "${{ secrets.GITHUB_TOKEN }}"
24
script: |
0 commit comments