File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2727 python-version : 3.9
2828 - name : Attempt to use cached dependencies
2929 id : cache-python
30- uses : actions/cache@v2
30+ uses : actions/cache@v4
3131 with :
3232 path : ${{ env.pythonLocation }}
3333 key : ${{ env.pythonLocation }}-${{ hashFiles('requirements.txt') }}
Original file line number Diff line number Diff line change 2121 python-version : 3.9
2222 - name : Attempt to use cached dependencies
2323 id : cache-python
24- uses : actions/cache@v2
24+ uses : actions/cache@v4
2525 with :
2626 path : ${{ env.pythonLocation }}
2727 key : ${{ env.pythonLocation }}-${{ hashFiles('requirements-dev.txt') }}
Original file line number Diff line number Diff line change 2727 python-version : 3.9
2828 - name : Attempt to use cached dependencies
2929 id : cache-python
30- uses : actions/cache@v2
30+ uses : actions/cache@v4
3131 with :
3232 path : ${{ env.pythonLocation }}
3333 key : ${{ env.pythonLocation }}-${{ hashFiles('requirements-dev.txt') }}
You can’t perform that action at this time.
0 commit comments