File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -21,15 +21,15 @@ concurrency:
2121jobs :
2222 # Build job
2323 build :
24- runs-on : ubuntu-20.04
24+ runs-on : ubuntu-latest
2525 steps :
26- - uses : actions/checkout@v2
26+ - uses : actions/checkout@v4
2727 with :
2828 submodules : true # Fetch Hugo themes (true OR recursive)
2929 fetch-depth : 0 # Fetch all history for .GitInfo and .Lastmod
3030
3131 - name : Setup Hugo
32- uses : peaceiris/actions-hugo@v2
32+ uses : peaceiris/actions-hugo@v3
3333 with :
3434 hugo-version : ' 0.141.0'
3535 # extended: true
3838 run : hugo --minify
3939
4040 - name : Upload artifact
41- uses : actions/upload-pages-artifact@v2
41+ uses : actions/upload-pages-artifact@v3
4242 with :
4343 path : ./public
4444
5252 steps :
5353 - name : Deploy to GitHub Pages
5454 id : deployment
55- uses : actions/deploy-pages@v2
55+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments