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 @@ -126,7 +126,7 @@ jobs:
126126 env:
127127 AUTOCREATE_RELEASE: ${{ github.event.inputs.autocreate_release }}
128128 PREBUILD_TAG: ${{ steps.validate-inputs.outputs.prebuild_suffix }}
129- uses: actions/github-script@v6
129+ uses: actions/github-script@v8
130130 with:
131131 github-token: ${{ github.event.inputs.target_repo_token || secrets.GITHUB_TOKEN }}
132132 script: |
@@ -259,7 +259,7 @@ jobs:
259259
260260 - name : " Wipe all previous assets from GitHub Release (when clean == 'yes')"
261261 if : ${{ github.event.inputs.clean == 'yes' && github.event.inputs.dry_run != 'yes' }}
262- uses : actions/github-script@v6
262+ uses : actions/github-script@v8
263263 env :
264264 release_id : ${{ steps.release-api.outputs.id }}
265265 with :
@@ -278,7 +278,7 @@ jobs:
278278
279279 - name : " Upload RPM file(s) to GitHub Release (dry_run != 'yes')"
280280 if : ${{ github.event.inputs.dry_run != 'yes' }}
281- uses : actions/github-script@v6
281+ uses : actions/github-script@v8
282282 env :
283283 rpm_file_paths : ${{ steps.build-and-sign-rpm.outputs.rpm_file_paths }}
284284 rpm_gpg_file : ${{ steps.build-and-sign-rpm.outputs.rpm_gpg_file }}
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ jobs:
139139 - centos8
140140 steps :
141141 - name : Trigger RPM release workflow (${{ matrix.os }})
142- uses : actions/github-script@v6
142+ uses : actions/github-script@v8
143143 env :
144144 DEFAULT_BRANCH : ${{ github.event.repository.default_branch }}
145145 TARGET_TAG : ${{ needs.create-github-release.outputs.tag }}
You can’t perform that action at this time.
0 commit comments