Skip to content

Commit

Permalink
update actions to use newer hugo version
Browse files Browse the repository at this point in the history
  • Loading branch information
IamShubhamGupto committed Jul 18, 2024
1 parent 7f600e3 commit 0c47f48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod

- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
uses: peaceiris/actions-hugo@v3
with:
hugo-version: '0.75.1'
hugo-version: '0.122.0'
# extended: true

- name: Build 🏗
Expand Down

0 comments on commit 0c47f48

Please sign in to comment.