File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 20
20
RELEASE_ID : ${{ steps.create-release.outputs.result }}
21
21
steps :
22
22
- run : " echo \" RELEASE_TAG=${GITHUB_REF#refs/tags/}\" >> $GITHUB_ENV"
23
- - uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 .0.1 https://github.com/actions/github-script/releases/tag/v7 .0.1
23
+ - uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0 https://github.com/actions/github-script/releases/tag/v8 .0.0
24
24
id : create-release
25
25
if : startsWith(github.ref, 'refs/tags/')
26
26
with :
@@ -387,7 +387,7 @@ jobs:
387
387
contents : write
388
388
needs : [create-draft-release, build-binaries, build-images, build-image-manifest]
389
389
steps :
390
- - uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 .0.1 https://github.com/actions/github-script/releases/tag/v7 .0.1
390
+ - uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0 https://github.com/actions/github-script/releases/tag/v8 .0.0
391
391
if : startsWith(github.ref, 'refs/tags/')
392
392
with :
393
393
github-token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments