From 111c8e1fa097c86cf5af120f51323231ebe9963e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 03:05:29 +0000 Subject: [PATCH] Bump actions/checkout from 6 to 7 in the gh-actions group Bumps the gh-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `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 dependency-group: gh-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 8 ++++---- .github/workflows/release.yml | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4156186..0245845 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: # optional: falls du zusätzlich einen "Dockerfile" im Root hast # - Dockerfile steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Hadolint uses: hadolint/hadolint-action@v3.3.0 @@ -68,7 +68,7 @@ jobs: dockerfile: Dockerfile-dbcleanup context: . steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Set up QEMU uses: docker/setup-qemu-action@v4 @@ -140,7 +140,7 @@ jobs: LOCAL_TAG: ${{ matrix.name }}:pr-${{ github.event.number || github.run_number }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Set up Buildx uses: docker/setup-buildx-action@v4 @@ -171,7 +171,7 @@ jobs: runs-on: ubuntu-latest needs: build_and_scan steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Write CI .env (override) run: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c2eb3c9..efa8323 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,7 +38,7 @@ jobs: tags_json: ${{ steps.out.outputs.tags_json }} latest_tag: ${{ steps.out.outputs.latest_tag }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 @@ -82,7 +82,7 @@ jobs: steps: - name: Checkout at tag - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ matrix.tag }} fetch-depth: 0 @@ -206,7 +206,7 @@ jobs: context: "." steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Login to GHCR uses: docker/login-action@v4