Skip to content

Commit eff34e4

Browse files
chore(deps): update actions/checkout action to v6 (#471)
| datasource | package | from | to | | ----------- | ---------------- | ---- | -- | | github-tags | actions/checkout | v5 | v6 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f2a66d9 commit eff34e4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/build-images.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
matrix_keycloak_versions: ${{ steps.set-matrix.outputs.matrix_keycloak_versions }}
5151
steps:
5252
- name: Checkout
53-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
53+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
5454

5555
- name: List Keycloak Versions from repository's folders
5656
id: set-matrix
@@ -83,7 +83,7 @@ jobs:
8383
keycloak_version: ${{ fromJson(needs.list-keycloak-versions.outputs.matrix_keycloak_versions) }}
8484
steps:
8585
- name: Checkout
86-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
86+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
8787

8888
- name: Install asdf tools with cache
8989
uses: camunda/infraex-common-config/./.github/actions/asdf-install-tooling@eb9d51b4dc89deeda7fc160166f378725ee0f06a # 1.5.3
@@ -207,7 +207,7 @@ jobs:
207207
keycloak_version: ${{ fromJson(needs.list-keycloak-versions.outputs.matrix_keycloak_versions) }}
208208
steps:
209209
- name: Checkout
210-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
210+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
211211

212212
- name: Install asdf tools with cache
213213
uses: camunda/infraex-common-config/./.github/actions/asdf-install-tooling@eb9d51b4dc89deeda7fc160166f378725ee0f06a # 1.5.3
@@ -294,7 +294,7 @@ jobs:
294294
- read-build-image-output
295295
steps:
296296
- name: Checkout
297-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
297+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
298298

299299
- name: Install build-essentials for asdf
300300
run: |
@@ -569,7 +569,7 @@ jobs:
569569
- test-base-image
570570
steps:
571571
- name: Checkout
572-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
572+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
573573

574574
- name: Install if required common software tooling
575575
uses: camunda/infra-global-github-actions/common-tooling@1c6cd774501c2210dd7a44bbc938508fffa80a26 # main

.github/workflows/links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: links-check
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
18+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
1919

2020
- name: Get Current Timestamp
2121
id: timestamp

0 commit comments

Comments
 (0)