Skip to content

Commit faa97cb

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

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
@@ -55,7 +55,7 @@ jobs:
5555

5656
steps:
5757
- name: Check for required secrets
58-
uses: actions/github-script@v6
58+
uses: actions/github-script@v7
5959
with:
6060
script: |
6161
const secrets = {

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

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

5050
steps:
5151
- name: Check for required secrets
52-
uses: actions/github-script@v6
52+
uses: actions/github-script@v7
5353
with:
5454
script: |
5555
const secrets = {

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

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

5151
steps:
5252
- name: Check for required secrets
53-
uses: actions/github-script@v6
53+
uses: actions/github-script@v7
5454
with:
5555
script: |
5656
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
@@ -39,7 +39,7 @@ jobs:
3939
uses: actions/checkout@v4
4040

4141
- name: Create tag
42-
uses: actions/github-script@v6
42+
uses: actions/github-script@v7
4343
with:
4444
script: |
4545
github.rest.git.createRef({

0 commit comments

Comments
 (0)