Skip to content

Commit 6cea200

Browse files
authored
ci: upgrade actions/checkout from v3 to v4 (#2)
https://github.com/actions/checkout#checkout-v4
1 parent 200f61d commit 6cea200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
HUGO_VERSION: 0.117.0
3535
steps:
3636
- name: Checkout
37-
uses: actions/checkout@v3
37+
uses: actions/checkout@v4
3838
with:
3939
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
4040
- name: Setup Go

0 commit comments

Comments
 (0)