Skip to content

Commit 75b572f

Browse files
authored
bump actions versions
1 parent 0d80012 commit 75b572f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/hugo.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v6.0.1
1515
with:
1616
submodules: true
1717
fetch-depth: 0
1818

1919
- name: Setup Hugo
20-
uses: peaceiris/actions-hugo@v2
20+
uses: peaceiris/actions-hugo@v3
2121
with:
2222
hugo-version: 'latest'
2323
extended: true
@@ -26,9 +26,9 @@ jobs:
2626
run: hugo --minify
2727

2828
- name: Deploy
29-
uses: peaceiris/actions-gh-pages@v3
29+
uses: peaceiris/actions-gh-pages@v4
3030
if: ${{ github.ref == 'refs/heads/main' }}
3131
with:
3232
github_token: ${{ secrets.GITHUB_TOKEN }}
3333
publish_dir: ./public
34-
cname: blog.reb.gg
34+
cname: blog.reb.gg

0 commit comments

Comments
 (0)