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