Commit 0cf2f20 1 parent c19ce6b commit 0cf2f20 Copy full SHA for 0cf2f20
File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 13
13
steps :
14
14
- uses : actions/checkout@v4
15
15
- name : Set up Python
16
- uses : actions/setup-python@v4
16
+ uses : actions/setup-python@v5
17
17
with :
18
18
python-version : ' 3.10'
19
19
cache : " pip"
Original file line number Diff line number Diff line change 11
11
steps :
12
12
- uses : actions/checkout@v4
13
13
- name : Set up Python
14
- uses : actions/setup-python@v4
14
+ uses : actions/setup-python@v5
15
15
with :
16
16
python-version : 3.x
17
17
cache-dependency-path : pyproject.toml
Original file line number Diff line number Diff line change 12
12
steps :
13
13
- uses : actions/checkout@v4
14
14
- name : Set up Python
15
- uses : actions/setup-python@v4
15
+ uses : actions/setup-python@v5
16
16
with :
17
17
python-version : " 3.10"
18
18
cache : " pip"
32
32
steps :
33
33
- uses : actions/checkout@v4
34
34
- name : Set up Python ${{ matrix.python-version }}
35
- uses : actions/setup-python@v4
35
+ uses : actions/setup-python@v5
36
36
with :
37
37
python-version : ${{ matrix.python-version }}
38
38
cache : " pip"
47
47
steps :
48
48
- uses : actions/checkout@v4
49
49
- name : Set up Python
50
- uses : actions/setup-python@v4
50
+ uses : actions/setup-python@v5
51
51
with :
52
52
python-version : ' 3.10'
53
53
- name : Install dependencies
72
72
steps :
73
73
- uses : actions/checkout@v4
74
74
- name : Set up Python
75
- uses : actions/setup-python@v4
75
+ uses : actions/setup-python@v5
76
76
with :
77
77
python-version : ' 3.10'
78
78
cache : " pip"
You can’t perform that action at this time.
0 commit comments