Skip to content

Commit 3d4e8f1

Browse files
Merge pull request #5 from blackboxprogramming/dependabot/github_actions/actions/github-script-8
ci: Bump actions/github-script from 7 to 8
2 parents 3da366f + 2bc1af2 commit 3d4e8f1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
- name: Add deployment comment
4848
if: github.event_name == 'pull_request'
49-
uses: actions/github-script@v7
49+
uses: actions/github-script@v8
5050
with:
5151
script: |
5252
github.rest.issues.createComment({

.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)