File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 29
29
- macos-latest
30
30
steps :
31
31
- name : Setup python for tox
32
- uses : actions/setup-python@v4
32
+ uses : actions/setup-python@v5
33
33
with :
34
34
python-version : " 3.11"
35
35
- uses : actions/checkout@v4
38
38
- name : Install self-tox
39
39
run : python -m pip install .
40
40
- name : Setup python for test ${{ matrix.py }}
41
- uses : actions/setup-python@v4
41
+ uses : actions/setup-python@v5
42
42
with :
43
43
python-version : ${{ matrix.py }}
44
44
- name : Setup test suite
71
71
with :
72
72
fetch-depth : 0
73
73
- name : Setup Python 3.11
74
- uses : actions/setup-python@v4
74
+ uses : actions/setup-python@v5
75
75
with :
76
76
python-version : " 3.11"
77
77
- name : Install self-tox
Original file line number Diff line number Diff line change 13
13
id-token : write
14
14
steps :
15
15
- name : Setup python to build package
16
- uses : actions/setup-python@v4
16
+ uses : actions/setup-python@v5
17
17
with :
18
18
python-version : " 3.11"
19
19
- name : Install build
You can’t perform that action at this time.
0 commit comments