Skip to content

Commit 15aeaf3

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

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.github/workflows/main.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,20 @@ 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
33-
uses: peaceiris/actions-gh-pages@v3
35+
uses: peaceiris/actions-gh-pages@v4
3436
with:
3537
github_token: ${{ secrets.GITHUB_TOKEN }}
3638
publish_dir: ./public

0 commit comments

Comments
 (0)