dev: ci: actions/checkout: v2 -> v3

This commit is contained in:
Simon Michael 2023-01-26 21:54:56 -10:00
parent 6ebf811095
commit 9ab8818368
4 changed files with 4 additions and 4 deletions

View File

@ -23,7 +23,7 @@ jobs:
steps:
- name: Check out
uses: actions/checkout@v2
uses: actions/checkout@v3
# have to fetch everything for git describe for --version
with:
fetch-depth: 0

View File

@ -26,7 +26,7 @@ jobs:
steps:
- name: Check out
uses: actions/checkout@v2
uses: actions/checkout@v3
# have to fetch everything for git describe for --version
with:
fetch-depth: 0

View File

@ -22,7 +22,7 @@ jobs:
steps:
- name: Check out
uses: actions/checkout@v2
uses: actions/checkout@v3
# have to fetch everything for git describe for --version
with:
fetch-depth: 0

View File

@ -63,7 +63,7 @@ jobs:
steps:
- name: Check out
uses: actions/checkout@v2
uses: actions/checkout@v3
# have to fetch everything for git describe for --version
with:
fetch-depth: 0