Skip to content
Closed
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
16 changes: 8 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout this repository
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Lint docker-compose.yml
uses: sjafferali/docker-compose-lint-action@v0.1.2
Expand All @@ -47,7 +47,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout this repository
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Prepare SVN repository checkout and variables
id: prepareSVN
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout this repository
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Prepare docker for build and publish
id: prepareDOCKER
Expand Down Expand Up @@ -187,7 +187,7 @@ jobs:
setup_qemu: "true"
steps:
- name: Checkout this repository
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0

Expand Down Expand Up @@ -279,7 +279,7 @@ jobs:

- name: Checkout BuildKit cache dance helper
if: always() && steps.cache-cpm-restore.outputs.cache-hit != 'true'
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: reproducible-containers/buildkit-cache-dance
ref: v3.3.2
Expand Down Expand Up @@ -439,7 +439,7 @@ jobs:
TAG_LATEST: ${{ (contains(matrix.dockerfile,'threaded') || github.event.release.prerelease == 1) && 'false' || 'auto' }}
steps:
- name: Checkout this repository
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0

Expand Down Expand Up @@ -544,7 +544,7 @@ jobs:

- name: Checkout BuildKit cache dance helper
if: always() && steps.cache-cpm-restore.outputs.cache-hit != 'true'
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: reproducible-containers/buildkit-cache-dance
ref: v3.3.2
Expand Down Expand Up @@ -695,7 +695,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- name: Checkout this repository
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0

Expand Down
Loading