diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 9a7bdbb3..3e0cba21 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -99,7 +99,7 @@ jobs: hugo-version: "0.164.0" extended: true - name: Cache Hugo modules - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: /home/runner/.cache/hugo_mod key: hugo-mod-${{ hashFiles('docs/go.sum') }} @@ -150,7 +150,7 @@ jobs: hugo-version: "0.164.0" extended: true - name: Cache Hugo modules - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: /home/runner/.cache/hugo_mod key: hugo-mod-${{ hashFiles('docs/go.sum') }}