From 3173d1a43eaf7d5353cd3cc753c4ba904a6f50d1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 05:33:51 +0000 Subject: [PATCH 46/49] chore(deps): update actions/github-script action to v7 --- .github/workflows/reuse-copr-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/reuse-copr-build.yml b/.github/workflows/reuse-copr-build.yml index 6bf71226..3cf06254 100644 --- a/.github/workflows/reuse-copr-build.yml +++ b/.github/workflows/reuse-copr-build.yml @@ -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({ @@ -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({ -- 2.44.0