Skip to content

Commit a440c91

Browse files
dependabot[bot]StephenSorriaux
authored andcommitted
chore(deps): bump actions/cache from 3 to 4
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent aa21989 commit a440c91

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/testing.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
python-version: "3.10"
2525

2626
- name: Handle pip cache
27-
uses: actions/cache@v3
27+
uses: actions/cache@v4
2828
with:
2929
path: ~/.cache/pip
3030
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements*.txt') }}
@@ -74,15 +74,15 @@ jobs:
7474
python-version: ${{ matrix.python-version }}
7575

7676
- name: Handle pip cache
77-
uses: actions/cache@v3
77+
uses: actions/cache@v4
7878
with:
7979
path: ~/.cache/pip
8080
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements*.txt') }}
8181
restore-keys: |
8282
${{ runner.os }}-pip-
8383
8484
- name: Handle ZK installation cache
85-
uses: actions/cache@v3
85+
uses: actions/cache@v4
8686
with:
8787
path: zookeeper
8888
key: ${{ runner.os }}-zookeeper
@@ -121,15 +121,15 @@ jobs:
121121
python-version: "3.10"
122122

123123
- name: Handle pip cache
124-
uses: actions/cache@v3
124+
uses: actions/cache@v4
125125
with:
126126
path: ~/.cache/pip
127127
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements*.txt') }}
128128
restore-keys: |
129129
${{ runner.os }}-pip-
130130
131131
- name: Handle ZK installation cache
132-
uses: actions/cache@v3
132+
uses: actions/cache@v4
133133
with:
134134
path: zookeeper
135135
key: ${{ runner.os }}-zookeeper

0 commit comments

Comments
 (0)