File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -20,22 +20,22 @@ jobs:
2020 runs-on : ubuntu-22.04
2121
2222 steps :
23- - uses : actions/checkout@v3
23+ - uses : actions/checkout@v4
2424 with :
2525 submodules : true # Fetch flowbite-icons
2626 fetch-depth : 0 # Fetch all history for .GitInfo and .Lastmod
2727
2828 - name : Setup Hugo
29- uses : peaceiris/actions-hugo@v2
29+ uses : peaceiris/actions-hugo@v3
3030 with :
3131 hugo-version : " 0.140.0"
3232 extended : true
3333
3434 # install npm dependencies
3535 - name : Setup Node
36- uses : actions/setup-node@v2
36+ uses : actions/setup-node@v4
3737 with :
38- node-version : " 16 "
38+ node-version : " 18 "
3939 - name : Cache dependencies
4040 uses : actions/cache@v4
4141 with :
5050 run : hugo --minify
5151
5252 - name : Upload build artifact
53- uses : actions/upload-pages-artifact@v1
53+ uses : actions/upload-pages-artifact@v3
5454 with :
5555 path : public/
5656
6464 steps :
6565 - name : Deploy
6666 id : deployment
67- uses : actions/deploy-pages@v1
67+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments