Skip to content

Commit c98639c

Browse files
committed
update of github action dependencies
1 parent 54a3fc6 commit c98639c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/gh-pages.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ on:
88

99
jobs:
1010
deploy:
11-
runs-on: ubuntu-22.04
11+
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v6
1414
with:
1515
submodules: true # Fetch Hugo themes (true OR recursive)
1616
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
1717

1818
- name: Setup Hugo
19-
uses: peaceiris/actions-hugo@v2
19+
uses: peaceiris/actions-hugo@v3
2020
with:
2121
hugo-version: 'latest'
2222
# extended: true
@@ -25,7 +25,7 @@ jobs:
2525
run: hugo --minify
2626

2727
- name: Deploy
28-
uses: peaceiris/actions-gh-pages@v3
28+
uses: peaceiris/actions-gh-pages@v4
2929
with:
3030
github_token: ${{ secrets.GITHUB_TOKEN }}
3131
publish_dir: ./public

0 commit comments

Comments
 (0)