Skip to content

Commit

Permalink
Bump GitHub actions' versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo3418 committed Jan 27, 2024
1 parent 2ac1a8a commit 84170b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0 # For Hugo's '.GitInfo'
- name: "Set up Hugo"
Expand All @@ -19,7 +19,7 @@ jobs:
- name: "Build the site with Hugo"
run: hugo
- name: "Upload the site as an artifact"
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
path: "public/"

Expand All @@ -39,4 +39,4 @@ jobs:
steps:
- name: "Deploy the site to GitHub Pages"
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v4

0 comments on commit 84170b6

Please sign in to comment.