Skip to content

Commit 3aa8480

Browse files
committed
Upgrade versions in Publish GitHub action
1 parent b6840be commit 3aa8480

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish-github-pages.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
@@ -50,7 +50,7 @@ jobs:
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

0 commit comments

Comments
 (0)