Skip to content

Commit b954d8f

Browse files
Merge pull request #251 from github/dependabot/github_actions/actions/github-script-8
build(deps): bump actions/github-script from 7 to 8
2 parents ee89b59 + 7052c09 commit b954d8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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@v7
14+
uses: actions/github-script@v8
1515
with:
1616
github-token: ${{secrets.GITHUB_TOKEN}}
1717
script: |

0 commit comments

Comments
 (0)