summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-03-21 22:43:47 +0000
committerGitHub <noreply@github.com>2022-03-21 22:43:47 +0000
commit28e05a3f97728fed3b908b8827f8de472a405a6d (patch)
tree2bfce25f02ddead8b6aef6f4814fc71c2f6b7791
parent5eaff410f8b9b4641a7b3f35a5db44aa1d9edb3d (diff)
parentdee297b05691534ff5fb77ba272b349055e854d1 (diff)
downloadpymemcache-28e05a3f97728fed3b908b8827f8de472a405a6d.tar.gz
Merge pull request #387 from pinterest/dependabot/github_actions/actions/cache-3
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 7fa306e..2e0aaaf 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- - uses: actions/cache@v2
+ - uses: actions/cache@v3
with:
path: ~/.cache/pip
key: ${{ runner.os }}-python-${{ matrix.python-version }}-pip-${{ hashFiles('.github/workflows/ci.yml') }}