Skip to content

Commit

Permalink
chore(deps): 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 ae387bc commit 3173d1a
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 @@ -78,7 +78,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 @@ -145,7 +145,7 @@ jobs:
# TODO: Create comment when copr build fails.
id: link_copr_leapp
if: ${{ steps.leapp_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 3173d1a

Please sign in to comment.