File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 34
34
PYTHONIOENCODING : utf-8
35
35
36
36
steps :
37
- - uses : actions/checkout@v3
37
+ - uses : actions/checkout@v4
38
38
39
39
- name : Setup base python
40
40
uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 28
28
shell : " bash -l {0}"
29
29
30
30
steps :
31
- - uses : actions/checkout@v3
31
+ - uses : actions/checkout@v4
32
32
with :
33
33
fetch-depth : 0
34
34
Original file line number Diff line number Diff line change 19
19
20
20
steps :
21
21
- name : Checkout repository
22
- uses : actions/checkout@v3
22
+ uses : actions/checkout@v4
23
23
24
24
- name : Check for new scan data
25
25
env :
Original file line number Diff line number Diff line change 23
23
os : [ubuntu-22.04, ubuntu-24.04]
24
24
25
25
steps :
26
- - uses : actions/checkout@v3
26
+ - uses : actions/checkout@v4
27
27
28
28
- uses : actions/setup-python@v5
29
29
with :
You can’t perform that action at this time.
0 commit comments