Skip to content

Commit

Permalink
Update actions/github-script action to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and pirat89 committed May 24, 2024
1 parent bcd3cea commit 765f040
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reuse-copr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
- name: Add comment with copr build url
# TODO: Create comment when copr build fails.
id: link_copr
uses: actions/github-script@v4
uses: actions/github-script@v7
with:
script: |
github.issues.createComment({
Expand Down Expand Up @@ -160,7 +160,7 @@ jobs:
# TODO: Create comment when copr build fails.
id: link_copr_leapp_repository
if: ${{ steps.leapp_repository_pr_regex_match.outputs.match != '' }}
uses: actions/github-script@v4
uses: actions/github-script@v7
with:
script: |
github.issues.createComment({
Expand Down

0 comments on commit 765f040

Please sign in to comment.