Skip to content

Commit 2ff7f05

Browse files
committed
Bump GitHub actions' versions
1 parent 23b2c5e commit 2ff7f05

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/hugo.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
build:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v4
11+
- uses: actions/checkout@v5
1212
with:
1313
fetch-depth: 0 # For Hugo's '.GitInfo'
1414
- name: "Set up Hugo"
@@ -19,7 +19,7 @@ jobs:
1919
- name: "Build the site with Hugo"
2020
run: hugo
2121
- name: "Upload the site as an artifact"
22-
uses: actions/upload-pages-artifact@v3
22+
uses: actions/upload-pages-artifact@v5
2323
with:
2424
path: "public/"
2525

@@ -39,4 +39,4 @@ jobs:
3939
steps:
4040
- name: "Deploy the site to GitHub Pages"
4141
id: deployment
42-
uses: actions/deploy-pages@v4
42+
uses: actions/deploy-pages@v5

0 commit comments

Comments
 (0)