diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8b3b4cc..7d4c441 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -28,7 +28,7 @@ jobs: with: hugo-version: latest extended: true - - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v4 + - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v4 with: path: /tmp/hugo_cache key: ${{ runner.os }}-hugomod-${{ hashFiles('**/go.sum') }}