Skip to content

Commit 63aee99

Browse files
authored
Merge pull request #27 from bcgov/dependabot/github_actions/actions/github-script-7
Bump actions/github-script from 6 to 7
2 parents a229079 + faa97cb commit 63aee99

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)