Skip to content

Commit 125dd6f

Browse files
Bump actions/github-script from 7 to 8
Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 8. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v7...v8) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c91f68a commit 125dd6f

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/deploy-to.openshift-dev.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@v8
6363
with:
6464
script: |
6565
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@v7
56+
uses: actions/github-script@v8
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
@@ -60,7 +60,7 @@ jobs:
6060

6161
steps:
6262
- name: Check for required secrets
63-
uses: actions/github-script@v7
63+
uses: actions/github-script@v8
6464
with:
6565
script: |
6666
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@v5
3737

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

0 commit comments

Comments
 (0)