File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 19
19
python-version : ' ^3.9'
20
20
21
21
- name : Configure caching (python)
22
- uses : actions/cache@v2
22
+ uses : actions/cache@v4
23
23
with :
24
24
path : ${{ env.pythonLocation }}
25
25
key : ${{ env.pythonLocation }}-${{ hashFiles('test-requirements.txt') }}
29
29
pip install --upgrade --upgrade-strategy eager -r test-requirements.txt
30
30
31
31
- name : Configure caching (pre-commit)
32
- uses : actions/cache@v2
32
+ uses : actions/cache@v4
33
33
with :
34
34
path : ~/.cache/pre-commit
35
35
key : precommit-${{ runner.os }}-${{ hashFiles('.pre-commit-config.yaml') }}
49
49
uses : actions/checkout@v2
50
50
51
51
- name : Configure caching
52
- uses : actions/cache@v2
52
+ uses : actions/cache@v4
53
53
with :
54
54
path : ~/.cache/bin
55
55
key : kustomize-${{ runner.os }}-${{ env.KUSTOMIZE_VERSION }}
You can’t perform that action at this time.
0 commit comments