Skip to content

Commit 3434806

Browse files
Merge pull request #298 from github/dependabot/github_actions/actions/github-script-9
build(deps): bump actions/github-script from 8 to 9
2 parents 323833e + 978bdae commit 3434806

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/auto-approve-and-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
if: ${{ github.actor == 'dependabot[bot]' }}
1212
steps:
1313
- name: Approve PR
14-
uses: actions/github-script@v8
14+
uses: actions/github-script@v9
1515
with:
1616
github-token: ${{secrets.GITHUB_TOKEN}}
1717
script: |

0 commit comments

Comments
 (0)