File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 35
35
name : " Python: ${{ matrix.py }}-${{ matrix.architecture }} on ${{ matrix.os }}"
36
36
runs-on : ${{ matrix.os }}
37
37
steps :
38
- - uses : actions/checkout@v2
38
+ - uses : actions/checkout@v4
39
39
- name : Setup python
40
- uses : actions/setup-python@v2
40
+ uses : actions/setup-python@v5
41
41
with :
42
42
python-version : ${{ matrix.py }}
43
43
architecture : ${{ matrix.architecture }}
50
50
# Assume coverage is identical across supported versions of Python.
51
51
# Choose the latest Python.
52
52
steps :
53
- - uses : actions/checkout@v2
53
+ - uses : actions/checkout@v4
54
54
- name : Setup python
55
- uses : actions/setup-python@v2
55
+ uses : actions/setup-python@v5
56
56
with :
57
57
python-version : 3.12
58
58
architecture : x64
62
62
runs-on : ubuntu-latest
63
63
name : Build the documentation
64
64
steps :
65
- - uses : actions/checkout@v2
65
+ - uses : actions/checkout@v4
66
66
- name : Setup python
67
- uses : actions/setup-python@v2
67
+ uses : actions/setup-python@v5
68
68
with :
69
69
python-version : 3.12
70
70
architecture : x64
You can’t perform that action at this time.
0 commit comments