Update to Checkout v4 (#139)
This commit is contained in:
Родитель
71e7858b07
Коммит
ee6ef31e26
|
@ -154,7 +154,7 @@ jobs:
|
|||
#
|
||||
|
||||
- name: "Checkout"
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
|
|
|
@ -72,7 +72,7 @@ jobs:
|
|||
#
|
||||
|
||||
- name: "Checkout"
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
|
|
|
@ -90,7 +90,7 @@ jobs:
|
|||
#
|
||||
|
||||
- name: "Checkout"
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
|
|
|
@ -42,7 +42,7 @@ jobs:
|
|||
#
|
||||
|
||||
- name: "Checkout"
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
token: ${{ secrets.WORKFLOW_TOKEN }}
|
||||
fetch-depth: 0
|
||||
|
@ -55,7 +55,7 @@ jobs:
|
|||
#
|
||||
|
||||
- name: "Checkout"
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
repository: 'Azure/AzOps-Accelerator'
|
||||
|
|
|
@ -66,7 +66,7 @@ jobs:
|
|||
#
|
||||
|
||||
- name: "Checkout"
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче