Skip to content

Commit 47a7eff

Browse files
renovate[bot]fh1ch
authored andcommitted
chore(deps): update actions/github-script action to v8
1 parent 2e112c8 commit 47a7eff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/vrt-update.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454

5555
- name: Get latest workflow run
5656
id: get-workflow
57-
uses: actions/github-script@v7
57+
uses: actions/github-script@v8
5858
with:
5959
script: |
6060
const { data: runs } = await github.rest.actions.listWorkflowRuns({
@@ -199,7 +199,7 @@ jobs:
199199
- name: Get artifact download URL
200200
if: success()
201201
id: artifact
202-
uses: actions/github-script@v7
202+
uses: actions/github-script@v8
203203
with:
204204
script: |
205205
// Wait a bit for the artifact to be uploaded and indexed

0 commit comments

Comments
 (0)