Skip to content

Commit 03f9bc8

Browse files
author
soletsdev
committed
update github-script
1 parent 2353c87 commit 03f9bc8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/deploy-to.openshift-dev.yml

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

5959
steps:
6060
- name: Check for required secrets
61-
uses: actions/github-script@v6
61+
uses: actions/github-script@v7
6262
with:
6363
script: |
6464
const secrets = {

.github/workflows/deploy-to.openshift-prod.yml

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

5454
steps:
5555
- name: Check for required secrets
56-
uses: actions/github-script@v6
56+
uses: actions/github-script@v7
5757
with:
5858
script: |
5959
const secrets = {

.github/workflows/deploy-to.openshift-test.yml

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

6363
steps:
6464
- name: Check for required secrets
65-
uses: actions/github-script@v6
65+
uses: actions/github-script@v7
6666
with:
6767
script: |
6868
const secrets = {

.github/workflows/tag-create.git.and.imagestream.tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
uses: actions/checkout@v4
3737

3838
- name: Create tag
39-
uses: actions/github-script@v6
39+
uses: actions/github-script@v7
4040
with:
4141
script: |
4242
github.rest.git.createRef({

0 commit comments

Comments
 (0)