From a9acce011278329f4626ffaf35a4ab786627e2d0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 22:08:23 +0000 Subject: [PATCH] Update actions/checkout action to v7 --- .github/workflows/hugo-verifications.yml | 2 +- .github/workflows/hugo.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/hugo-verifications.yml b/.github/workflows/hugo-verifications.yml index c502173b..171733ce 100644 --- a/.github/workflows/hugo-verifications.yml +++ b/.github/workflows/hugo-verifications.yml @@ -13,7 +13,7 @@ jobs: HUGO_VERSION: 0.153.2 name: Build and Check links steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: submodules: true diff --git a/.github/workflows/hugo.yml b/.github/workflows/hugo.yml index c8da9b0f..08517480 100644 --- a/.github/workflows/hugo.yml +++ b/.github/workflows/hugo.yml @@ -34,7 +34,7 @@ jobs: HUGO_VERSION: 0.153.2 steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: submodules: recursive