Skip to content

Commit 01f8993

Browse files
author
Grzegorz Kocjan
committed
Bump actions
1 parent 654f6f0 commit 01f8993

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/hugo.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ jobs:
1212
group: ${{ github.workflow }}-${{ github.ref }}
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@v4
1616
with:
1717
submodules: true
1818
fetch-depth: 0
1919

2020
- name: Setup Hugo
21-
uses: peaceiris/actions-hugo@v2
21+
uses: peaceiris/actions-hugo@v3
2222
with:
2323
hugo-version: "0.144.2"
2424

0 commit comments

Comments
 (0)