summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-02-28 22:49:43 +0000
committerGitHub <noreply@github.com>2022-02-28 22:49:43 +0000
commit6eed37d675e1174b7941560ba0ba0a638cca71b3 (patch)
tree964378702b35ff7e3cb09269c4aeaa47f28ec95c
parent14882f99b9cc1223ccaa4763f90415c6322bd1f2 (diff)
parent5569baa58bdc49219096cfcfeefda63a18228866 (diff)
downloadpymemcache-6eed37d675e1174b7941560ba0ba0a638cca71b3.tar.gz
Merge pull request #379 from pinterest/dependabot/github_actions/actions/setup-python-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 af554c0..f874521 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- uses: actions/cache@v2