File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 30
30
steps :
31
31
- name : Checkout
32
32
# see https://github.com/actions/checkout
33
- uses : actions/checkout@v3
33
+ uses : actions/checkout@v4
34
34
35
35
- name : Setup Python Environment
36
36
# see https://github.com/actions/setup-python
70
70
steps :
71
71
- name : Checkout
72
72
# see https://github.com/actions/checkout
73
- uses : actions/checkout@v3
73
+ uses : actions/checkout@v4
74
74
75
75
- name : Setup Python Environment
76
76
# see https://github.com/actions/setup-python
@@ -121,7 +121,7 @@ jobs:
121
121
122
122
- name : Checkout
123
123
# see https://github.com/actions/checkout
124
- uses : actions/checkout@v3
124
+ uses : actions/checkout@v4
125
125
126
126
- name : Create reports directory
127
127
run : mkdir ${{ env.REPORTS_DIR }}
@@ -176,7 +176,7 @@ jobs:
176
176
steps :
177
177
- name : Checkout
178
178
# see https://github.com/actions/checkout
179
- uses : actions/checkout@v3
179
+ uses : actions/checkout@v4
180
180
- name : Setup Python Environment
181
181
# see https://github.com/actions/setup-python
182
182
uses : actions/setup-python@v4
Original file line number Diff line number Diff line change 57
57
steps :
58
58
- name : Checkout code
59
59
# see https://github.com/actions/checkout
60
- uses : actions/checkout@v3
60
+ uses : actions/checkout@v4
61
61
with :
62
62
fetch-depth : 0
63
63
You can’t perform that action at this time.
0 commit comments