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:
1919 timeout-minutes : 10
2020 environment : production
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2323 with :
2424 submodules : true
2525 fetch-depth : 0
2626 - name : Hugo setup
27- uses : peaceiris/actions-hugo@v3.0.0
27+ uses : peaceiris/actions-hugo@75d2e84710de30f6ff7268e08f310b60ef14033f # v3.0.0
2828 with :
2929 hugo-version : latest
3030 extended : true
31- - uses : actions/cache@v4
31+ - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
3232 with :
3333 path : /tmp/hugo_cache
3434 key : ${{ runner.os }}-hugomod-${{ hashFiles('**/go.sum') }}
3535 restore-keys : |
3636 ${{ runner.os }}-hugomod-
3737 - run : hugo --minify
38- - uses : peaceiris/actions-gh-pages@v4
38+ - uses : peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4
3939 if : ${{ github.ref == 'refs/heads/main' }}
4040 with :
4141 github_token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments