File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1818
1919 - name : Set up Python
2020 id : python
21- uses : cdce8p /setup-python@pypy-version-output
21+ uses : actions /setup-python@v5
2222 with :
2323 python-version : ${{ matrix.python-version }}
2424 cache : ' pip'
Original file line number Diff line number Diff line change 1919
2020 - name : Set up Python
2121 id : python
22- uses : cdce8p /setup-python@pypy-version-output
22+ uses : actions /setup-python@v5
2323 with :
2424 python-version : ${{ matrix.python-version }}
2525 cache : ' pip'
Original file line number Diff line number Diff line change 1919
2020 - name : Set up Python
2121 id : python
22- uses : cdce8p /setup-python@pypy-version-output
22+ uses : actions /setup-python@v5
2323 with :
2424 python-version : " pypy3.10"
2525 cache : ' pipenv'
Original file line number Diff line number Diff line change 2222
2323 - name : Set up Python
2424 id : python
25- uses : cdce8p /setup-python@pypy-version-output
25+ uses : actions /setup-python@v5
2626 with :
2727 python-version : " pypy3.10"
2828 cache : ' poetry'
Original file line number Diff line number Diff line change 1919
2020 - name : Set up Python
2121 id : python
22- uses : cdce8p /setup-python@pypy-version-output
22+ uses : actions /setup-python@v5
2323 with :
2424 python-version : ${{ matrix.python-version }}
2525 check-latest : true
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Test 1109 with pr
22
33on :
44 workflow_dispatch :
5- push :
5+ # push:
66jobs :
77 tests :
88 name : " Test ${{ matrix.python-version }}"
16161717 - name : Set up Python ${{ matrix.python-version }}
1818 id : python
19- uses : cdce8p /setup-python@pypy-version-output
19+ uses : actions /setup-python@v5
2020 with :
2121 python-version : ${{ matrix.python-version }}
2222 check-latest : true
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Test 1109 with v5
22
33on :
44 workflow_dispatch :
5- push :
5+ # push:
66jobs :
77 tests :
88 name : " Test ${{ matrix.python-version }}"
You can’t perform that action at this time.
0 commit comments