From 693e58f401fde196e5b5642259a82f8187dd114f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 16:41:16 +0000 Subject: [PATCH] chore(deps): update actions/checkout action from vv6.0.3 to v7 --- .github/workflows/ci.yml | 2 +- .github/workflows/deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4617bfd..6c9717d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: env: TZ: Europe/Oslo steps: - - uses: actions/checkout@v6.0.3 + - uses: actions/checkout@v7.0.0 # nodejs is needed because the dynamic download of it via the prettier maven plugin often # times out diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 84d9304..d7e085c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -16,7 +16,7 @@ jobs: if: "!contains(github.event.head_commit.message, 'ci skip')" runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v6.0.3 + - uses: actions/checkout@v7.0.0 with: fetch-depth: 0 - uses: actions/setup-java@v5.2.0