Skip to content

Commit ac2772d

Browse files
Bump actions/checkout from 5 to 6 (#8632)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8e1634b commit ac2772d

File tree

9 files changed

+56
-56
lines changed

9 files changed

+56
-56
lines changed

.github/workflows/_reusable-build-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
timeout-minutes: 30
2626
runs-on: ${{ inputs.os }}
2727
steps:
28-
- uses: actions/checkout@v5
28+
- uses: actions/checkout@v6
2929
- name: Setup SimCore environment
3030
uses: ./.github/actions/setup-simcore-env
3131
with:

.github/workflows/ci-arm-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
# secrets can be set in settings/secrets on github
2626
DOCKER_REGISTRY: ${{ secrets.DOCKER_REGISTRY }}
2727
steps:
28-
- uses: actions/checkout@v5
28+
- uses: actions/checkout@v6
2929
- name: setup QEMU
3030
uses: docker/setup-qemu-action@v3
3131
- name: setup docker buildx

.github/workflows/ci-multi-architecture-fusing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
# secrets can be set in settings/secrets on github
2626
DOCKER_REGISTRY: ${{ secrets.DOCKER_REGISTRY }}
2727
steps:
28-
- uses: actions/checkout@v5
28+
- uses: actions/checkout@v6
2929
- name: setup QEMU
3030
uses: docker/setup-qemu-action@v3
3131
- name: setup docker buildx

.github/workflows/ci-pact-master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
version: "0.9.x"
3232
enable-cache: false
3333
- name: checkout source branch
34-
uses: actions/checkout@v5
34+
uses: actions/checkout@v6
3535
- name: Run pact tests
3636
run: |
3737
make devenv

.github/workflows/ci-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
env:
2828
TO_TAG_PREFIX: release-github
2929
steps:
30-
- uses: actions/checkout@v5
30+
- uses: actions/checkout@v6
3131
with:
3232
fetch-depth: 0
3333
- name: find branch name

.github/workflows/ci-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
env:
2828
TO_TAG_PREFIX: staging-github
2929
steps:
30-
- uses: actions/checkout@v5
30+
- uses: actions/checkout@v6
3131
with:
3232
fetch-depth: 0
3333
- name: find branch name

0 commit comments

Comments
 (0)