File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 20
20
python-version : ['3.11']
21
21
steps :
22
22
- uses : actions/checkout@v5
23
- - uses : actions/setup-python@v5
23
+ - uses : actions/setup-python@v6
24
24
with :
25
25
python-version : ${{ matrix.python-version }}
26
26
- run : pip install --upgrade pipenv==2024.1.0
40
40
fail-fast : false
41
41
steps :
42
42
- uses : actions/checkout@v5
43
- - uses : actions/setup-python@v5
43
+ - uses : actions/setup-python@v6
44
44
with :
45
45
python-version : ${{ matrix.python-version }}
46
46
# with pipenv v2023.6.26:
70
70
python-version : ['3.9']
71
71
steps :
72
72
- uses : actions/checkout@v5
73
- - uses : actions/setup-python@v5
73
+ - uses : actions/setup-python@v6
74
74
with :
75
75
python-version : ${{ matrix.python-version }}
76
76
- run : pip install --upgrade pipenv==2020.8.13
You can’t perform that action at this time.
0 commit comments