We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 32fd662 + 34721fb commit dcd992fCopy full SHA for dcd992f
.github/workflows/deploy.yml
@@ -19,7 +19,7 @@ jobs:
19
timeout-minutes: 10
20
environment: production
21
steps:
22
- - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
+ - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
23
with:
24
submodules: true
25
fetch-depth: 0
@@ -28,7 +28,7 @@ jobs:
28
29
hugo-version: latest
30
extended: true
31
- - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
+ - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
32
33
path: /tmp/hugo_cache
34
key: ${{ runner.os }}-hugomod-${{ hashFiles('**/go.sum') }}
0 commit comments