Skip to content

Commit 76d096e

Browse files
committed
Update GitHub Actions workflow to use latest Ubuntu and action versions
1 parent c5cff13 commit 76d096e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ name: build-and-deploy
22
on: push
33
jobs:
44
deploy:
5-
runs-on: ubuntu-20.04
5+
runs-on: ubuntu-latest
66
steps:
77
- name: Git checkout
8-
uses: actions/checkout@v2.3.4
8+
uses: actions/checkout@v3
99

1010
- name: Setup hugo
11-
uses: peaceiris/actions-hugo@v2
11+
uses: peaceiris/actions-hugo@v3
1212
with:
1313
hugo-version: '0.136.0'
1414
extended: true
@@ -17,7 +17,7 @@ jobs:
1717
# docs: https://gohugo.io/hugo-pipes/minification/
1818
run: hugo
1919
- name: Deploy
20-
uses: peaceiris/actions-gh-pages@v3
20+
uses: peaceiris/actions-gh-pages@v4
2121
with:
2222
personal_token: ${{ secrets.TOKEN }}
2323
external_repository: cloudnativeto/cloudnativeto.github.io

0 commit comments

Comments
 (0)