Skip to content

Commit 12d9c14

Browse files
authored
chore: bump components' version
1 parent 7811a2c commit 12d9c14

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/publish.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,24 +9,24 @@ on:
99

1010
jobs:
1111
deploy:
12-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v3.2.0
14+
- uses: actions/checkout@v4
1515
with:
1616
submodules: true # Fetch Hugo themes (true OR recursive)
1717
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
1818

1919
- name: Setup Hugo
20-
uses: peaceiris/actions-hugo@v2.6.0
20+
uses: peaceiris/actions-hugo@v3
2121
with:
22-
hugo-version: 'latest'
23-
# extended: true
22+
hugo-version: "latest"
23+
extended: true
2424

2525
- name: Build
2626
run: hugo --minify
2727

2828
- name: Deploy
29-
uses: peaceiris/actions-gh-pages@v3.9.0
29+
uses: peaceiris/actions-gh-pages@v4
3030
if: github.ref == 'refs/heads/main'
3131
with:
3232
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)