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 1717 RELEASE_ID : ${{ steps.create-release.outputs.result }}
1818 steps :
1919 - run : " echo \" RELEASE_TAG=${GITHUB_REF#refs/tags/}\" >> $GITHUB_ENV"
20- - uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 .0.1 https://github.com/actions/github-script/releases/tag/v7 .0.1
20+ - uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0 https://github.com/actions/github-script/releases/tag/v8 .0.0
2121 id : create-release
2222 if : startsWith(github.ref, 'refs/tags/')
2323 with :
@@ -163,7 +163,7 @@ jobs:
163163 contents : write
164164 needs : [create-draft-release, build-binaries, build-images]
165165 steps :
166- - uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 .0.1 https://github.com/actions/github-script/releases/tag/v7 .0.1
166+ - uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0 https://github.com/actions/github-script/releases/tag/v8 .0.0
167167 if : startsWith(github.ref, 'refs/tags/')
168168 with :
169169 github-token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments