Skip to content

Commit be8b9ff

Browse files
Merge pull request #79 from GitBib/dependabot/github_actions/actions/github-script-8.0.0
github action updates: bump actions/github-script from 7.0.1 to 8.0.0
2 parents 870d8e1 + b923788 commit be8b9ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dependabotautomerge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
if: github.actor == 'dependabot[bot]'
1919
steps:
2020
- name: automerge
21-
uses: actions/github-script@v7.0.1
21+
uses: actions/github-script@v8.0.0
2222
with:
2323
script: |
2424
github.rest.pulls.createReview({

0 commit comments

Comments
 (0)