We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 323833e + 978bdae commit 3434806Copy full SHA for 3434806
1 file changed
.github/workflows/auto-approve-and-merge.yml
@@ -11,7 +11,7 @@ jobs:
11
if: ${{ github.actor == 'dependabot[bot]' }}
12
steps:
13
- name: Approve PR
14
- uses: actions/github-script@v8
+ uses: actions/github-script@v9
15
with:
16
github-token: ${{secrets.GITHUB_TOKEN}}
17
script: |
0 commit comments