Skip to content

Commit 67008b8

Browse files
Update actions/github-script action to v7
1 parent fb51993 commit 67008b8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release_rpms.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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@v7
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@v7
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@v7
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 }}

.github/workflows/tag_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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@v7
143143
env:
144144
DEFAULT_BRANCH: ${{ github.event.repository.default_branch }}
145145
TARGET_TAG: ${{ needs.create-github-release.outputs.tag }}

0 commit comments

Comments
 (0)