File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1919 python-version : ${{ matrix.python-version }}
2020
2121 # python cache
22- - uses : actions/cache@v1
22+ - uses : actions/cache@v4
2323 with :
2424 path : ~/.cache/pip
2525 key : ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
Original file line number Diff line number Diff line change 1919 python-version : ${{ matrix.python-version }}
2020
2121 # python cache
22- - uses : actions/cache@v1
22+ - uses : actions/cache@v4
2323 with :
2424 path : ~/.cache/pip
2525 key : ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
Original file line number Diff line number Diff line change 1919 python-version : ${{ matrix.python-version }}
2020
2121 # python cache
22- - uses : actions/cache@v1
22+ - uses : actions/cache@v4
2323 with :
2424 path : ~/.cache/pip
2525 key : ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
2828
2929 # install pyroma
3030 - name : install pyroma
31- run : pip install pyroma
31+ run : pip install pyroma==4.2
3232
3333 # run pyroma
3434 - name : run pyroma
Original file line number Diff line number Diff line change 1616 steps :
1717 - uses : actions/checkout@v1
1818 - name : Cache eggs
19- uses : actions/cache@v1
19+ uses : actions/cache@v4
2020 with :
2121 path : eggs
2222 key : ${{ runner.OS }}-build-python${{ matrix.python }}-${{ matrix.plone }}
Original file line number Diff line number Diff line change 1919 python-version : ${{ matrix.python-version }}
2020
2121 # python cache
22- - uses : actions/cache@v1
22+ - uses : actions/cache@v4
2323 with :
2424 path : ~/.cache/pip
2525 key : ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
You can’t perform that action at this time.
0 commit comments