Skip to content
This repository was archived by the owner on Jul 23, 2026. It is now read-only.

Commit 67d0b66

Browse files
chore(deps): update actions/github-script action to v9
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent ea50c92 commit 67d0b66

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

generated/gitops-template/githubactions/.github/workflows/gitops-promotion.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454

5555
steps:
5656
- name: Check for required secrets
57-
uses: actions/github-script@v7
57+
uses: actions/github-script@v9
5858
with:
5959
script: |
6060
const vars = {

generated/source-repo/githubactions/.github/workflows/build-and-update-gitops.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959

6060
steps:
6161
- name: Check for required secrets
62-
uses: actions/github-script@v7
62+
uses: actions/github-script@v9
6363
with:
6464
script: |
6565
const vars = {

samples/skeleton/ci/gitops-template/githubactions/.github/workflows/gitops-promotion.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454

5555
steps:
5656
- name: Check for required secrets
57-
uses: actions/github-script@v7
57+
uses: actions/github-script@v9
5858
with:
5959
script: |
6060
const vars = {

samples/skeleton/ci/source-repo/githubactions/.github/workflows/build-and-update-gitops.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959

6060
steps:
6161
- name: Check for required secrets
62-
uses: actions/github-script@v7
62+
uses: actions/github-script@v9
6363
with:
6464
script: |
6565
const vars = {

0 commit comments

Comments
 (0)