Skip to content

Commit fc7c007

Browse files
committed
chore(.github/workflow): upgrade actions
1 parent d2ca6c5 commit fc7c007

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,18 @@ jobs:
1919
# Steps represent a sequence of tasks that will be executed as part of the job
2020
steps:
2121
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
22-
- uses: actions/checkout@v2
22+
- uses: actions/checkout@v4
2323
with:
2424
submodules: 'true'
25-
25+
2626
- name: Hugo setup
27-
uses: peaceiris/[email protected]
28-
27+
uses: peaceiris/actions-hugo@v3
28+
with:
29+
hugo-version: '0.134.1'
30+
2931
- name: Build
3032
run: hugo --minify
31-
33+
3234
- name: Deploy
3335
uses: peaceiris/actions-gh-pages@v3
3436
with:

0 commit comments

Comments
 (0)