File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 15
15
concurrency : release
16
16
steps :
17
17
- name : Checkout code
18
- uses : actions/checkout@v2
18
+ uses : actions/checkout@v3
19
19
with :
20
20
fetch-depth : 0
21
21
- uses : actions/setup-python@v3
Original file line number Diff line number Diff line change 14
14
concurrency : release_candidate
15
15
steps :
16
16
- name : Checkout code
17
- uses : actions/checkout@v2
17
+ uses : actions/checkout@v3
18
18
with :
19
19
fetch-depth : 0
20
20
- uses : actions/setup-python@v3
Original file line number Diff line number Diff line change 24
24
steps :
25
25
- name : Checkout
26
26
# see https://github.com/actions/checkout
27
- uses : actions/checkout@v2
27
+ uses : actions/checkout@v3
28
28
- name : Setup Python Environment
29
29
# see https://github.com/actions/setup-python
30
30
uses : actions/setup-python@v3
57
57
steps :
58
58
- name : Checkout
59
59
# see https://github.com/actions/checkout
60
- uses : actions/checkout@v2
60
+ uses : actions/checkout@v3
61
61
- name : Setup Python Environment
62
62
# see https://github.com/actions/setup-python
63
63
uses : actions/setup-python@v3
@@ -103,7 +103,7 @@ jobs:
103
103
git config --global core.eol lf
104
104
- name : Checkout
105
105
# see https://github.com/actions/checkout
106
- uses : actions/checkout@v2
106
+ uses : actions/checkout@v3
107
107
- name : Create reports directory
108
108
run : mkdir ${{ env.REPORTS_DIR }}
109
109
- name : Setup Python Environment
You can’t perform that action at this time.
0 commit comments