forked from drowl87/hextra_mirror
ci: upgrade actions/checkout
from v3
to v4
(#73)
https://github.com/actions/checkout#checkout-v4
This commit is contained in:
parent
4e63aa4f14
commit
c18d5def26
2
.github/workflows/pages.yml
vendored
2
.github/workflows/pages.yml
vendored
@ -34,7 +34,7 @@ jobs:
|
||||
HUGO_VERSION: 0.117.0
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
|
||||
- name: Setup Go
|
||||
|
Loading…
x
Reference in New Issue
Block a user