Skip to content

Commit 01fd195

Browse files
Update actions/github-script action to v8 (#1484)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2edd0c8 commit 01fd195

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/smoke-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
issues: write
8787
steps:
8888
- name: Create GitHub Issue
89-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7
89+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
9090
with:
9191
script: |
9292
const failed_tests = [];

.github/workflows/snapshot-verify.yml

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

2727
- name: Get latest release snapshot download url
2828
id: download-latest-release-snapshot
29-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7
29+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
3030
with:
3131
result-encoding: string
3232
script: |

0 commit comments

Comments
 (0)