File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
13
13
steps :
14
- - uses : actions/checkout@v2
14
+ - uses : actions/checkout@v4
15
15
with :
16
16
ref : ${{ github.head_ref }}
17
17
Original file line number Diff line number Diff line change 9
9
deploy :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v1
12
+ - uses : actions/checkout@v4
13
13
- name : Set up Python
14
14
uses : actions/setup-python@v5
15
15
with :
Original file line number Diff line number Diff line change 22
22
23
23
steps :
24
24
- name : Checkout repo
25
- uses : actions/checkout@v2
25
+ uses : actions/checkout@v4
26
26
27
27
- name : Set up Python ${{ matrix.python-version }}
28
28
uses : actions/setup-python@v5
43
43
if : always()
44
44
45
45
steps :
46
- - uses : actions/checkout@v2
46
+ - uses : actions/checkout@v4
47
47
- name : Set up Python
48
48
uses : actions/setup-python@v5
49
49
with :
You can’t perform that action at this time.
0 commit comments