Commit 080fd10 1 parent efb57fe commit 080fd10 Copy full SHA for 080fd10
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11
11
steps :
12
12
- uses : actions/checkout@v1
13
13
- name : Set up Python
14
- uses : actions/setup-python@v1
14
+ uses : actions/setup-python@v5
15
15
with :
16
16
python-version : ' 3.x'
17
17
- name : Install dependencies
Original file line number Diff line number Diff line change 30
30
uses : actions/checkout@v2
31
31
32
32
- name : Set up Python ${{ matrix.python-version }}
33
- uses : actions/setup-python@v2
33
+ uses : actions/setup-python@v5
34
34
with :
35
35
python-version : ${{ matrix.python-version }}
36
36
57
57
steps :
58
58
- uses : actions/checkout@v2
59
59
- name : Set up Python
60
- uses : actions/setup-python@v1
60
+ uses : actions/setup-python@v5
61
61
with :
62
62
python-version : 3.8
63
63
- name : Install dependencies
You can’t perform that action at this time.
0 commit comments