Commit a4fd093 1 parent be10276 commit a4fd093 Copy full SHA for a4fd093
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 12
12
lint :
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/checkout@v2
15
+ - uses : actions/checkout@v3.1.0
16
16
- uses : actions/setup-python@v4
17
17
with :
18
18
python-version : " >= 3.9"
29
29
- " 3.10"
30
30
runs-on : ubuntu-latest
31
31
steps :
32
- - uses : actions/checkout@v2
32
+ - uses : actions/checkout@v3.1.0
33
33
with :
34
34
submodules : true
35
35
- uses : actions/setup-python@v1
Original file line number Diff line number Diff line change 14
14
15
15
steps :
16
16
- name : Checkout repository
17
- uses : actions/checkout@v3
17
+ uses : actions/checkout@v3.1.0
18
18
19
19
- name : Install Python
20
20
uses : actions/setup-python@v4
Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-latest
14
14
15
15
steps :
16
- - uses : actions/checkout@v2
16
+ - uses : actions/checkout@v3.1.0
17
17
- name : Set up Python
18
18
uses : actions/setup-python@v4
19
19
with :
You can’t perform that action at this time.
0 commit comments