Skip to content

Commit

Permalink
Bump Hugo/Go version in GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bep committed Jan 6, 2025
1 parent 7bcd7dc commit 96c0308
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-themes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
- cron: "0 0 * * *"
workflow_dispatch:
env:
HUGO_VERSION: "v0.136.5"
HUGO_VERSION: "v0.140.2"
jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "^1.21.0"
go-version: "^1.22.0"
- name: Update submodules
working-directory: ./cmd/hugothemesitebuilder
run: |
Expand Down

0 comments on commit 96c0308

Please sign in to comment.