Skip to content

Commit 506ec7c

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

File tree

9 files changed

+57
-57
lines changed

9 files changed

+57
-57
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@v4
28+
- uses: actions/checkout@v5
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@v4
28+
- uses: actions/checkout@v5
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
@@ -26,7 +26,7 @@ jobs:
2626
# secrets can be set in settings/secrets on github
2727
DOCKER_REGISTRY: ${{ secrets.DOCKER_REGISTRY }}
2828
steps:
29-
- uses: actions/checkout@v4
29+
- uses: actions/checkout@v5
3030
- name: setup QEMU
3131
uses: docker/setup-qemu-action@v3
3232
- 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.6.x"
3232
enable-cache: false
3333
- name: checkout source branch
34-
uses: actions/checkout@v4
34+
uses: actions/checkout@v5
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@v4
30+
- uses: actions/checkout@v5
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@v4
30+
- uses: actions/checkout@v5
3131
with:
3232
fetch-depth: 0
3333
- name: find branch name

0 commit comments

Comments
 (0)