Skip to content

Commit 406bbb0

Browse files
Merge pull request #6 from blackboxprogramming/dependabot/github_actions/actions/github-script-8
ci: Bump actions/github-script from 7 to 8
2 parents 0cf979a + feae8cc commit 406bbb0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/self-healing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
4949
- name: Create Issue on Failure
5050
if: failure()
51-
uses: actions/github-script@v7
51+
uses: actions/github-script@v8
5252
with:
5353
script: |
5454
github.rest.issues.create({

0 commit comments

Comments
 (0)