Skip to content

Commit 1c0c453

Browse files
dependabot[bot]jeffwidman
authored andcommitted
chore(deps): bump actions/cache from 2 to 3
Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v2...v3) --- 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 b3dcad2 commit 1c0c453

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/testing.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
python-version: "3.10"
2727

2828
- name: Handle pip cache
29-
uses: actions/cache@v2
29+
uses: actions/cache@v3
3030
with:
3131
path: ~/.cache/pip
3232
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements*.txt') }}
@@ -78,15 +78,15 @@ jobs:
7878
python-version: ${{ matrix.python-version }}
7979

8080
- name: Handle pip cache
81-
uses: actions/cache@v2
81+
uses: actions/cache@v3
8282
with:
8383
path: ~/.cache/pip
8484
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements*.txt') }}
8585
restore-keys: |
8686
${{ runner.os }}-pip-
8787
8888
- name: Handle ZK installation cache
89-
uses: actions/cache@v2
89+
uses: actions/cache@v3
9090
with:
9191
path: zookeeper
9292
key: ${{ runner.os }}-zookeeper

0 commit comments

Comments
 (0)