Skip to content

Commit a3f0558

Browse files
authored
Merge pull request #48 from bcgov/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 6 to 7
2 parents 811f1dd + 89e55ae commit a3f0558

5 files changed

Lines changed: 7 additions & 7 deletions

.github/workflows/ci-api-build.and.test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
working-directory: api
2828

2929
steps:
30-
- uses: actions/checkout@v6
30+
- uses: actions/checkout@v7
3131
with:
3232
fetch-depth: 0
3333
- uses: actions/setup-java@v5

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
core.info(`✅ All the required secrets are set`);
9494
}
9595
- name: Check out repository
96-
uses: actions/checkout@v6
96+
uses: actions/checkout@v7
9797

9898
- name: Determine image tags
9999
if: env.IMAGE_TAGS == ''
@@ -138,7 +138,7 @@ jobs:
138138
oc: 4
139139

140140
# https://github.com/redhat-actions/oc-login#readme
141-
- uses: actions/checkout@v6
141+
- uses: actions/checkout@v7
142142

143143
- name: Deploy API
144144
run: |

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
}
9292
9393
- name: Check out repository
94-
uses: actions/checkout@v6
94+
uses: actions/checkout@v7
9595

9696
- name: Get latest tag
9797
uses: actions-ecosystem/action-get-latest-tag@v1

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
}
101101
102102
- name: Check out repository
103-
uses: actions/checkout@v6
103+
uses: actions/checkout@v7
104104

105105
- name: Install oc
106106
uses: redhat-actions/openshift-tools-installer@v1

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
steps:
3535
- name: Check out repository
36-
uses: actions/checkout@v6
36+
uses: actions/checkout@v7
3737

3838
- name: Create tag
3939
uses: actions/github-script@v8
@@ -52,7 +52,7 @@ jobs:
5252
oc: 4
5353

5454
# https://github.com/redhat-actions/oc-login#readme
55-
- uses: actions/checkout@v6
55+
- uses: actions/checkout@v7
5656
- name: Tag in OpenShift
5757
run: |
5858
set -eux

0 commit comments

Comments
 (0)