chore(deps): bump actions/checkout from 2 to 3 #1

Merged
dependabot[bot] merged 1 commits from dependabot/github_actions/actions/checkout-3 into master 2022-03-07 12:24:21 +03:00

View File

@ -12,7 +12,7 @@ jobs:
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.ref }} group: ${{ github.workflow }}-${{ github.ref }}
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