Skip to content

Commit 9a5bc74

Browse files
committed
Bump cache action version
1 parent 29828d4 commit 9a5bc74

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
python-version: '^3.9'
2222

2323
- name: Configure caching (python)
24-
uses: actions/cache@v2
24+
uses: actions/cache@v4
2525
with:
2626
path: ${{ env.pythonLocation }}
2727
key: ${{ env.pythonLocation }}-${{ hashFiles('test-requirements.txt') }}
@@ -31,7 +31,7 @@ jobs:
3131
pip install --upgrade --upgrade-strategy eager -r test-requirements.txt
3232
3333
- name: Configure caching (pre-commit)
34-
uses: actions/cache@v2
34+
uses: actions/cache@v4
3535
with:
3636
path: ~/.cache/pre-commit
3737
key: precommit-${{ runner.os }}-${{ hashFiles('.pre-commit-config.yaml') }}
@@ -51,7 +51,7 @@ jobs:
5151
uses: actions/checkout@v2
5252

5353
- name: Configure caching
54-
uses: actions/cache@v2
54+
uses: actions/cache@v4
5555
with:
5656
path: ~/.cache/bin
5757
key: kustomize-${{ runner.os }}-${{ env.KUSTOMIZE_VERSION }}

0 commit comments

Comments
 (0)