leapp/0015-chore-deps-update-actions-github-script-action-to-v9.patch
Matej Matuska 15bc93a782 IPU 8.10 -> 9.9: CTC2 candidate 1
- Bump leapp-framework to 6.6
- Fix crash when multiple actors use the same config schema
- Resolves: RHEL-126447, RHEL-188371
2026-06-25 17:02:22 +02:00

35 lines
1.2 KiB
Diff

From 2e6e8ceac23a2b8060115d9f9e7864a1dfcec507 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Thu, 18 Jun 2026 21:36:17 +0000
Subject: [PATCH 15/16] chore(deps): update actions/github-script action to v9
---
.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 3f413c5..b312d0d 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@v8
+ uses: actions/github-script@v9
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@v8
+ uses: actions/github-script@v9
with:
script: |
github.issues.createComment({
--
2.54.0