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 20
20
with :
21
21
fetch-depth : 0 # needed by setuptools-scm
22
22
- name : Switch to using Python 3.9 by default
23
- uses : actions/setup-python@v4
23
+ uses : actions/setup-python@v5
24
24
with :
25
25
python-version : " 3.9"
26
26
- name : Install dependencies
Original file line number Diff line number Diff line change 28
28
steps :
29
29
- uses : actions/checkout@v4
30
30
- name : Set up Python ${{ matrix.python-version }}
31
- uses : actions/setup-python@v4
31
+ uses : actions/setup-python@v5
32
32
with :
33
33
python-version : ${{ matrix.python-version }}
34
34
- name : Install dependencies
47
47
steps :
48
48
- uses : actions/checkout@v4
49
49
- name : Set up Python 3.9
50
- uses : actions/setup-python@v4
50
+ uses : actions/setup-python@v5
51
51
with :
52
52
python-version : " 3.9"
53
53
- name : Install dependencies
You can’t perform that action at this time.
0 commit comments