From 765f040e97bda245099f66768d3192745eb8a17a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 10:35:11 +0000 Subject: [PATCH] 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 06124d24f..33278743b 100644 --- a/.github/workflows/reuse-copr-build.yml +++ b/.github/workflows/reuse-copr-build.yml @@ -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({ @@ -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({