diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a578c83e..2a96e0e5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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