File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,14 +23,14 @@ jobs:
2323
2424 steps :
2525 - name : Checkout main
26- uses : actions/checkout@v2.3.4
26+ uses : actions/checkout@v2.6.0
2727 with :
2828 ref : main
2929 fetch-depth : 32
3030 path : main
3131
3232 - name : Checkout gh-pages
33- uses : actions/checkout@v2.3.4
33+ uses : actions/checkout@v2.6.0
3434 with :
3535 ref : gh-pages
3636 path : gh-pages
5050 - name : Build and publish site
5151 if : ${{ steps.change-check.outputs.DOCUMENTATION_CHANGED == 'true' }}
5252 run : |
53- curl -fL -o hugo.tar.gz "https://github.com/gohugoio/hugo/releases/download/v0.104.3 /hugo_0.104.3_Linux -64bit.tar.gz"
53+ curl -fL -o hugo.tar.gz "https://github.com/gohugoio/hugo/releases/download/v0.108.0 /hugo_0.108.0_Linux -64bit.tar.gz"
5454 tar -xf hugo.tar.gz
5555 export PATH="$PWD:$PATH"
5656 mkdir $GITHUB_WORKSPACE/WORK
You can’t perform that action at this time.
0 commit comments