We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 654f6f0 commit 01f8993Copy full SHA for 01f8993
1 file changed
.github/workflows/hugo.yaml
@@ -12,13 +12,13 @@ jobs:
12
group: ${{ github.workflow }}-${{ github.ref }}
13
steps:
14
- name: Checkout
15
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
16
with:
17
submodules: true
18
fetch-depth: 0
19
20
- name: Setup Hugo
21
- uses: peaceiris/actions-hugo@v2
+ uses: peaceiris/actions-hugo@v3
22
23
hugo-version: "0.144.2"
24
0 commit comments