From be9bec6b0d8ee3c1b09241a5063d11ad6fc14be3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 12:39:32 +0200 Subject: [PATCH] build(deps): bump actions/checkout from 6 to 7 (#764) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/compliance-pr.yml | 2 +- .github/workflows/compliance-swarm.yml | 2 +- .github/workflows/core-build.yml | 2 +- .github/workflows/docker-publish.yml | 2 +- .github/workflows/swedish-compliance-review.yml | 2 +- .github/workflows/test-pg-real.yml | 4 ++-- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/compliance-pr.yml b/.github/workflows/compliance-pr.yml index 8aa81d8b..773394e2 100644 --- a/.github/workflows/compliance-pr.yml +++ b/.github/workflows/compliance-pr.yml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 5 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/compliance-swarm.yml b/.github/workflows/compliance-swarm.yml index 65e163f1..a8614a23 100644 --- a/.github/workflows/compliance-swarm.yml +++ b/.github/workflows/compliance-swarm.yml @@ -40,7 +40,7 @@ jobs: timeout-minutes: 60 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/core-build.yml b/.github/workflows/core-build.yml index ad9fde39..7728e80b 100644 --- a/.github/workflows/core-build.yml +++ b/.github/workflows/core-build.yml @@ -6,7 +6,7 @@ jobs: core-only: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/setup-node@v4 with: node-version: 20 diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index e1f549f6..9543ad35 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -21,7 +21,7 @@ jobs: security-events: write steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Log in to GHCR uses: docker/login-action@v4 diff --git a/.github/workflows/swedish-compliance-review.yml b/.github/workflows/swedish-compliance-review.yml index 0d4669ff..dd55288c 100644 --- a/.github/workflows/swedish-compliance-review.yml +++ b/.github/workflows/swedish-compliance-review.yml @@ -12,7 +12,7 @@ jobs: review: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 - uses: actions/setup-node@v4 diff --git a/.github/workflows/test-pg-real.yml b/.github/workflows/test-pg-real.yml index 327a9907..e15b59b4 100644 --- a/.github/workflows/test-pg-real.yml +++ b/.github/workflows/test-pg-real.yml @@ -14,7 +14,7 @@ jobs: # ()` comments inside the migration. runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: # Full history so the merge-base with the PR base branch exists. fetch-depth: 0 @@ -50,7 +50,7 @@ jobs: PGPASSWORD: postgres steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/setup-node@v4 with: