|
@@ -104,7 +104,7 @@ jobs:
|
|
|
|
|
|
|
|
steps:
|
|
steps:
|
|
|
- name: Checkout codebase
|
|
- name: Checkout codebase
|
|
|
- uses: actions/checkout@v2
|
|
|
|
|
|
|
+ uses: actions/checkout@v3
|
|
|
with:
|
|
with:
|
|
|
fetch-depth: 0
|
|
fetch-depth: 0
|
|
|
|
|
|
|
@@ -180,7 +180,7 @@ jobs:
|
|
|
needs: build
|
|
needs: build
|
|
|
steps:
|
|
steps:
|
|
|
- name: Checkout codebase
|
|
- name: Checkout codebase
|
|
|
- uses: actions/checkout@v2
|
|
|
|
|
|
|
+ uses: actions/checkout@v3
|
|
|
with:
|
|
with:
|
|
|
fetch-depth: 0
|
|
fetch-depth: 0
|
|
|
|
|
|