fix the Node.js actions deprecation

This commit is contained in:
Jason Tian 2023-01-05 20:54:01 +08:00
parent 4ff45ae4ee
commit 2b51f4a227
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ jobs:
deploy: deploy:
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v3
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