Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/_reusable-build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
timeout-minutes: 30
runs-on: ${{ inputs.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Setup SimCore environment
uses: ./.github/actions/setup-simcore-env
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-arm-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
# secrets can be set in settings/secrets on github
DOCKER_REGISTRY: ${{ secrets.DOCKER_REGISTRY }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: setup QEMU
uses: docker/setup-qemu-action@v3
- name: setup docker buildx
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-multi-architecture-fusing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
# secrets can be set in settings/secrets on github
DOCKER_REGISTRY: ${{ secrets.DOCKER_REGISTRY }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: setup QEMU
uses: docker/setup-qemu-action@v3
- name: setup docker buildx
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-pact-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
version: "0.6.x"
enable-cache: false
- name: checkout source branch
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Run pact tests
run: |
make devenv
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
env:
TO_TAG_PREFIX: release-github
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
fetch-depth: 0
- name: find branch name
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
env:
TO_TAG_PREFIX: staging-github
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
fetch-depth: 0
- name: find branch name
Expand Down
Loading
Loading