File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,23 +19,23 @@ jobs:
19
19
timeout-minutes : 10
20
20
environment : production
21
21
steps :
22
- - uses : actions/checkout@v4
22
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
23
23
with :
24
24
submodules : true
25
25
fetch-depth : 0
26
26
- name : Hugo setup
27
-
27
+ uses : peaceiris/actions-hugo@75d2e84710de30f6ff7268e08f310b60ef14033f # v3.0.0
28
28
with :
29
29
hugo-version : latest
30
30
extended : true
31
- - uses : actions/cache@v4
31
+ - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
32
32
with :
33
33
path : /tmp/hugo_cache
34
34
key : ${{ runner.os }}-hugomod-${{ hashFiles('**/go.sum') }}
35
35
restore-keys : |
36
36
${{ runner.os }}-hugomod-
37
37
- run : hugo --minify
38
- - uses : peaceiris/actions-gh-pages@v4
38
+ - uses : peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4
39
39
if : ${{ github.ref == 'refs/heads/main' }}
40
40
with :
41
41
github_token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments