File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1919 repo-token : ${{ secrets.GITHUB_TOKEN }}
2020 - name : Update Message
2121 if : ${{ failure() }}
22- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 .0.1
22+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
2323 with :
2424 script : |
2525 core.setFailed('Please always use rebase to update your branch')
Original file line number Diff line number Diff line change 2525 steps :
2626
2727 - name : Search version increment git patch
28- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 .0.1
28+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
2929 id : search-patch
3030 with :
3131 script : |
4343 persist-credentials : false # Opt out from persisting the default Github-token authentication in order to enable use of the bot's PAT when pushing below
4444
4545 - name : Download version increment git patch
46- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 .0.1
46+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
4747 id : fetch-patch
4848 if : steps.search-patch.outputs.result
4949 with :
@@ -103,7 +103,7 @@ jobs:
103103 direction : last
104104
105105 - name : Add or update information comment
106- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 .0.1
106+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
107107 if : always() && steps.search-patch.outputs.result
108108 env :
109109 FILELIST : ${{ steps.git-commit.outputs.file-list }}
You can’t perform that action at this time.
0 commit comments