summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-03-07 22:57:21 +0000
committerGitHub <noreply@github.com>2022-03-07 22:57:21 +0000
commit0cd11d2ed924580b3b50829dcd389447891f680d (patch)
treee811f1a020042999cf99b7ef2fc5b55ca720cea7
parent6eed37d675e1174b7941560ba0ba0a638cca71b3 (diff)
parent0ab89e52ddd8024c54f6c96367cc73da13e9251f (diff)
downloadpymemcache-0cd11d2ed924580b3b50829dcd389447891f680d.tar.gz
Merge pull request #380 from pinterest/dependabot/github_actions/actions/checkout-3
-rw-r--r--.github/workflows/ci.yml2
-rw-r--r--.github/workflows/codeql.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index f874521..7fa306e 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
python-version: ['3.7', '3.8', '3.9', '3.10', 'pypy-3.7']
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
with:
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index 1dc7bb1..300af77 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -28,7 +28,7 @@ jobs:
steps:
- name: Checkout repository
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
- name: Initialize CodeQL
uses: github/codeql-action/init@v1