Skip to content

Commit 565f4c7

Browse files
committed
Updated Hugo version to 0.155.2 in .github/workflows/gh-pages.yml and actions/checkout to v6
1 parent ad4f84e commit 565f4c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
pull_request:
88

99
env:
10-
HUGO_VERSION: "0.147.8"
10+
HUGO_VERSION: "0.155.2"
1111

1212
jobs:
1313
build:
@@ -17,7 +17,7 @@ jobs:
1717
permissions:
1818
contents: read
1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v6
2121
with:
2222
submodules: true # Fetch Hugo themes (true OR recursive)
2323
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod

0 commit comments

Comments
 (0)