We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eb8a07c + ab71997 commit 29d3469Copy full SHA for 29d3469
1 file changed
.github/workflows/dependabot.yml
@@ -31,7 +31,7 @@ jobs:
31
number: "${{ github.event.workflow_run.pull_requests[0].number }}"
32
33
- name: "Merge pull request"
34
- uses: "actions/github-script@v8"
+ uses: "actions/github-script@v9"
35
with:
36
github-token: "${{ secrets.GITHUB_TOKEN }}"
37
script: |
0 commit comments