Skip to content

Commit 51bfc5e

Browse files
committed
Update actions to latest version
1 parent 26662ed commit 51bfc5e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/gh-pages.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ jobs:
1616
submodules: true
1717

1818
- name: Setup Hugo
19-
uses: peaceiris/actions-hugo@v2
19+
uses: peaceiris/actions-hugo@v3
2020
with:
2121
hugo-version: '0.142.0'
2222

2323
- name: Build
2424
run: hugo --minify
2525

2626
- name: Deploy
27-
uses: peaceiris/actions-gh-pages@v3
27+
uses: peaceiris/actions-gh-pages@v4
2828
with:
2929
github_token: ${{ secrets.GITHUB_TOKEN }}
3030
publish_dir: ./public
@@ -36,7 +36,7 @@ jobs:
3636
steps:
3737
- name: Check for broken links
3838
id: link-report
39-
uses: celinekurpershoek/link-checker@v1.0.1
39+
uses: celinekurpershoek/link-checker@v1.0.2
4040
with:
4141
# Required:
4242
url: 'https://opm.github.io/ResInsight-UserDocumentation/'

0 commit comments

Comments
 (0)