From f73c01377a827bd39459edf5cf84ced8ddf33e1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 19:52:19 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 6 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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