summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-01-21 20:07:34 +0000
committerJeff Widman <jeff@jeffwidman.com>2023-01-21 12:21:05 -0800
commit1c0c4535c9c82092d94ce36fb7a0be4c43483bb4 (patch)
treef67c6d019275171854011ff3a25771865a006037
parentb3dcad2d790d2f9c3c2f800d27e147bf2ec86fdd (diff)
downloadkazoo-1c0c4535c9c82092d94ce36fb7a0be4c43483bb4.tar.gz
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](https://github.com/actions/cache/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--.github/workflows/testing.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml
index 399f9be..594225c 100644
--- a/.github/workflows/testing.yml
+++ b/.github/workflows/testing.yml
@@ -26,7 +26,7 @@ jobs:
python-version: "3.10"
- name: Handle pip cache
- uses: actions/cache@v2
+ uses: actions/cache@v3
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements*.txt') }}
@@ -78,7 +78,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Handle pip cache
- uses: actions/cache@v2
+ uses: actions/cache@v3
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements*.txt') }}
@@ -86,7 +86,7 @@ jobs:
${{ runner.os }}-pip-
- name: Handle ZK installation cache
- uses: actions/cache@v2
+ uses: actions/cache@v3
with:
path: zookeeper
key: ${{ runner.os }}-zookeeper