ci: update actions/checkout to v3. (#249)
Co-authored-by: Seppe <seppe.vanwinkel@infofarm.be>
This commit is contained in:
Родитель
ca7a66c931
Коммит
aef4ac1ada
|
@ -28,7 +28,7 @@ jobs:
|
|||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||
- name: Check Out Repository
|
||||
id: checkout_repository
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
|
||||
# Login to Azure
|
||||
- name: Azure Login
|
||||
|
@ -95,7 +95,7 @@ jobs:
|
|||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||
- name: Check Out Repository
|
||||
id: checkout_repository
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
|
||||
# Login to Azure
|
||||
- name: Azure Login
|
||||
|
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||
- name: Check Out Repository
|
||||
id: checkout_repository
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче