Use actions/checkout v3

This commit is contained in:
BBaoVanC 2023-01-31 20:32:16 -06:00
parent 1ce61b8260
commit f6b27235f3
Signed by: bbaovanc
GPG Key ID: 18089E4E3CCF1D3A
3 changed files with 6 additions and 6 deletions

View File

@ -18,7 +18,7 @@ jobs:
- name: Checkout (pull_request)
if: github.event.pull_request
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
submodules: recursive
fetch-depth: 0
@ -26,7 +26,7 @@ jobs:
- name: Checkout (push)
if: github.event_name == 'push'
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
submodules: recursive
fetch-depth: 0
@ -37,7 +37,7 @@ jobs:
hugo --buildDrafts --printI18nWarnings --printPathWarnings --baseURL https://localhost -d old/
- name: Checkout current commit
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
submodules: recursive
fetch-depth: 0
@ -101,7 +101,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
submodules: recursive
fetch-depth: 0

View File

@ -14,7 +14,7 @@ jobs:
url: https://bbaovanc.com
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
submodules: recursive
fetch-depth: 0

View File

@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
submodules: recursive
fetch-depth: 0