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 1919 python-version : ' ^3.9'
2020
2121 - name : Configure caching (python)
22- uses : actions/cache@v2
22+ uses : actions/cache@v4
2323 with :
2424 path : ${{ env.pythonLocation }}
2525 key : ${{ env.pythonLocation }}-${{ hashFiles('test-requirements.txt') }}
2929 pip install --upgrade --upgrade-strategy eager -r test-requirements.txt
3030
3131 - name : Configure caching (pre-commit)
32- uses : actions/cache@v2
32+ uses : actions/cache@v4
3333 with :
3434 path : ~/.cache/pre-commit
3535 key : precommit-${{ runner.os }}-${{ hashFiles('.pre-commit-config.yaml') }}
4949 uses : actions/checkout@v2
5050
5151 - name : Configure caching
52- uses : actions/cache@v2
52+ uses : actions/cache@v4
5353 with :
5454 path : ~/.cache/bin
5555 key : kustomize-${{ runner.os }}-${{ env.KUSTOMIZE_VERSION }}
You can’t perform that action at this time.
0 commit comments