File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ jobs:
172
172
steps :
173
173
- name : Check artifact existence
174
174
id : artifact-existence
175
- uses : actions/github-script@v7
175
+ uses : actions/github-script@v8
176
176
with :
177
177
script : |
178
178
const getArtifact = await github.request('GET /repos/{owner}/{repo}/actions/runs/{run_id}/artifacts{?name}', {
Original file line number Diff line number Diff line change 74
74
uses : WordPress/props-bot-action@trunk
75
75
76
76
- name : Remove the props-bot label
77
- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 .0.1
77
+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
78
78
if : ${{ github.event.action == 'labeled' && 'props-bot' == github.event.label.name }}
79
79
with :
80
80
retries : 2
You can’t perform that action at this time.
0 commit comments