diff --git a/.github/workflows/hugo.yml b/.github/workflows/hugo.yml index b77b293..eb32565 100644 --- a/.github/workflows/hugo.yml +++ b/.github/workflows/hugo.yml @@ -12,7 +12,7 @@ jobs: pages: write id-token: write steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: true fetch-depth: 0