We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23b2c5e commit 2ff7f05Copy full SHA for 2ff7f05
1 file changed
.github/workflows/hugo.yaml
@@ -8,7 +8,7 @@ jobs:
8
build:
9
runs-on: ubuntu-latest
10
steps:
11
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
12
with:
13
fetch-depth: 0 # For Hugo's '.GitInfo'
14
- name: "Set up Hugo"
@@ -19,7 +19,7 @@ jobs:
19
- name: "Build the site with Hugo"
20
run: hugo
21
- name: "Upload the site as an artifact"
22
- uses: actions/upload-pages-artifact@v3
+ uses: actions/upload-pages-artifact@v5
23
24
path: "public/"
25
@@ -39,4 +39,4 @@ jobs:
39
40
- name: "Deploy the site to GitHub Pages"
41
id: deployment
42
- uses: actions/deploy-pages@v4
+ uses: actions/deploy-pages@v5
0 commit comments