Skip to content

Commit 1e366ca

Browse files
committed
Upgrade Hugo to 0.151
1 parent 1dcf6f8 commit 1e366ca

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Set up Node.js
14-
uses: actions/setup-node@v5
14+
uses: actions/setup-node@v6
1515
- name: Checkout repo
1616
uses: actions/checkout@v5
1717
- name: Install Prettier
@@ -24,7 +24,7 @@ jobs:
2424
needs: lint
2525
runs-on: ubuntu-latest
2626
env:
27-
HUGO_VERSION: 0.150.1
27+
HUGO_VERSION: 0.151.2
2828
steps:
2929
- name: Checkout repo
3030
uses: actions/checkout@v5

0 commit comments

Comments
 (0)