Skip to content

Commit 2e878b7

Browse files
chore(deps): update actions/github-script action to v8
1 parent 209a1db commit 2e878b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/reuse-copr-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
- name: Add comment with copr build url
103103
# TODO: Create comment when copr build fails.
104104
id: link_copr
105-
uses: actions/github-script@v7
105+
uses: actions/github-script@v8
106106
with:
107107
script: |
108108
github.issues.createComment({
@@ -160,7 +160,7 @@ jobs:
160160
# TODO: Create comment when copr build fails.
161161
id: link_copr_leapp_repository
162162
if: ${{ steps.leapp_repository_pr_regex_match.outputs.match != '' }}
163-
uses: actions/github-script@v7
163+
uses: actions/github-script@v8
164164
with:
165165
script: |
166166
github.issues.createComment({

0 commit comments

Comments
 (0)