File tree Expand file tree Collapse file tree 8 files changed +10
-10
lines changed Expand file tree Collapse file tree 8 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 7575
7676 - name : Attach artifacts to release
7777 if : inputs.release-id
78- uses : actions/github-script@v7
78+ uses : actions/github-script@v8
7979 with :
8080 github-token : ${{ secrets.GIT_PAT }}
8181 script : |
Original file line number Diff line number Diff line change 3434 - uses : hmarr/debug-action@v3.0.0
3535
3636 - name : Check user's membership
37- uses : actions/github-script@v7
37+ uses : actions/github-script@v8
3838 id : actor-membership
3939 env :
4040 ACTOR : ${{ github.actor }}
9393
9494 - name : Calculate Docker tags
9595 id : calculate-docker-tags
96- uses : actions/github-script@v7
96+ uses : actions/github-script@v8
9797 env :
9898 IMAGE_NAME : " ${{ env.IMAGE_NAME }}"
9999 TAGS : " ${{ steps.version.outputs.image_version }},${{ steps.version.outputs.image_branch_version }}"
@@ -136,7 +136,7 @@ jobs:
136136
137137 - name : Build matrix
138138 id : matrix
139- uses : actions/github-script@v7
139+ uses : actions/github-script@v8
140140 with :
141141 script : |
142142 const yaml = require('js-yaml');
Original file line number Diff line number Diff line change 7979
8080 - name : Build matrix
8181 id : matrix
82- uses : actions/github-script@v7
82+ uses : actions/github-script@v8
8383 with :
8484 script : |
8585 const yaml = require('js-yaml');
Original file line number Diff line number Diff line change 2424
2525 - name : " Validate command"
2626 id : determine_command
27- uses : actions/github-script@v7
27+ uses : actions/github-script@v8
2828 env :
2929 COMMANDS_LIST : ${{ github.event.issue.pull_request && env.pull_request_commands_list }}
3030 with :
Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ jobs:
157157
158158 - name : Build matrix
159159 id : matrix
160- uses : actions/github-script@v7
160+ uses : actions/github-script@v8
161161 env :
162162 BASE_REF : " ${{ github.event.pull_request.base.sha || github.event.before }}"
163163 HEAD_REF : " ${{ github.event.pull_request.head.sha || github.event.after || github.sha }}"
Original file line number Diff line number Diff line change 2323 rc-version : ${{ steps.create-draft-release.outputs.rc-version }}
2424 steps :
2525 - name : Create release draft
26- uses : actions/github-script@v7
26+ uses : actions/github-script@v8
2727 id : create-draft-release
2828 env :
2929 TARGET_COMMITISH : " ${{ github.ref_name }}"
Original file line number Diff line number Diff line change 2828 steps :
2929 - uses : hmarr/debug-action@v3.0.0
3030
31- - uses : actions/github-script@v7
31+ - uses : actions/github-script@v8
3232 env :
3333 WORKFLOW_RUN_LINK : " https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}"
3434 with :
Original file line number Diff line number Diff line change 1414 steps :
1515 - uses : hmarr/debug-action@v3.0.0
1616
17- - uses : actions/github-script@v7
17+ - uses : actions/github-script@v8
1818 with :
1919 github-token : ${{ secrets.GIT_PAT_HEIDI }}
2020 script : |
You can’t perform that action at this time.
0 commit comments