Skip to content

Commit b51fbf0

Browse files
authored
Merge branch 'master' into 2025/fix/dbImportFailure
2 parents f303464 + 8548b0e commit b51fbf0

File tree

314 files changed

+6726
-3736
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

314 files changed

+6726
-3736
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)