Skip to content

Commit 32fd662

Browse files
authored
Merge pull request #39 from z-shell/renovate/pin-dependencies
chore(deps): pin dependencies
2 parents 214a5eb + 1318a28 commit 32fd662

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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/[email protected]
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 }}

0 commit comments

Comments
 (0)