Skip to content

Commit aaf9cba

Browse files
authored
Merge pull request #84 from bcgov/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 56db005 + b73331e commit aaf9cba

5 files changed

Lines changed: 8 additions & 8 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@v5
30+
- uses: actions/checkout@v6
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
@@ -90,7 +90,7 @@ jobs:
9090
core.info(`✅ All the required secrets are set`);
9191
}
9292
- name: Check out repository
93-
uses: actions/checkout@v5
93+
uses: actions/checkout@v6
9494

9595
- name: Determine image tags
9696
if: env.IMAGE_TAGS == ''
@@ -135,7 +135,7 @@ jobs:
135135
oc: 4
136136

137137
# https://github.com/redhat-actions/oc-login#readme
138-
- uses: actions/checkout@v5
138+
- uses: actions/checkout@v6
139139

140140
- name: Deploy API
141141
run: |

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
}
9191

9292
- name: Check out repository
93-
uses: actions/checkout@v5
93+
uses: actions/checkout@v6
9494

9595
- name: Get latest tag
9696
uses: actions-ecosystem/action-get-latest-tag@v1
@@ -102,7 +102,7 @@ jobs:
102102
oc: 4
103103

104104
# https://github.com/redhat-actions/oc-login#readme
105-
- uses: actions/checkout@v5
105+
- uses: actions/checkout@v6
106106

107107
- name: Deploy API
108108
run: |

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
}
9999
100100
- name: Check out repository
101-
uses: actions/checkout@v5
101+
uses: actions/checkout@v6
102102

103103
- name: Install oc
104104
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@v5
36+
uses: actions/checkout@v6
3737

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

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

0 commit comments

Comments
 (0)