We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29828d4 commit 9a5bc74Copy full SHA for 9a5bc74
1 file changed
.github/workflows/ci.yaml
@@ -21,7 +21,7 @@ jobs:
21
python-version: '^3.9'
22
23
- name: Configure caching (python)
24
- uses: actions/cache@v2
+ uses: actions/cache@v4
25
with:
26
path: ${{ env.pythonLocation }}
27
key: ${{ env.pythonLocation }}-${{ hashFiles('test-requirements.txt') }}
@@ -31,7 +31,7 @@ jobs:
31
pip install --upgrade --upgrade-strategy eager -r test-requirements.txt
32
33
- name: Configure caching (pre-commit)
34
35
36
path: ~/.cache/pre-commit
37
key: precommit-${{ runner.os }}-${{ hashFiles('.pre-commit-config.yaml') }}
@@ -51,7 +51,7 @@ jobs:
51
uses: actions/checkout@v2
52
53
- name: Configure caching
54
55
56
path: ~/.cache/bin
57
key: kustomize-${{ runner.os }}-${{ env.KUSTOMIZE_VERSION }}
0 commit comments