Skip to content

Commit a3dceac

Browse files
committed
fix: update hugo version
Signed-off-by: Felipe Zipitria <felipe.zipitria@owasp.org>
1 parent 7a0888e commit a3dceac

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
build:
3333
runs-on: ubuntu-latest
3434
env:
35-
HUGO_VERSION: 0.122.0
35+
HUGO_VERSION: 0.135.1
3636
steps:
3737
- name: Install Hugo CLI
3838
run: |

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020
syntax-check:
2121
runs-on: ubuntu-latest
2222
env:
23-
HUGO_VERSION: 0.124.1
23+
# renovate: datasource=github-releases depName=gohugo/hugo
24+
HUGO_VERSION: 0.135.1
2425
steps:
2526
- name: Install Hugo CLI
2627
run: |

0 commit comments

Comments
 (0)