|
@@ -9,7 +9,7 @@ jobs:
|
|
runs-on: ubuntu-latest
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
steps:
|
|
# checkout to the commit that has been pushed
|
|
# checkout to the commit that has been pushed
|
|
- - uses: actions/checkout@v3.6.0
|
|
|
|
|
|
+ - uses: actions/checkout@v4.0.0
|
|
with:
|
|
with:
|
|
submodules: true # Fetch Hugo themes (true OR recursive)
|
|
submodules: true # Fetch Hugo themes (true OR recursive)
|
|
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
|
|
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
|