Skip to content

Commit 071e0dd

Browse files
Merge pull request #3 from blackboxprogramming/dependabot/github_actions/actions/github-script-8
ci: Bump actions/github-script from 7 to 8
2 parents f14315e + c9d5eb2 commit 071e0dd

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)