summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2022-01-01 12:07:50 -0600
committerJordan Cook <jordan.cook@pioneer.com>2022-01-01 12:12:58 -0600
commitb51f3618329311fd708ce46a48dbcd96717b48fa (patch)
treea2f414065b2a80c3fe0ba87a21f93ba4427b2103 /.github
parentccf789ae8d2482a02e72a643571b56008969ce83 (diff)
downloadrequests-cache-b51f3618329311fd708ce46a48dbcd96717b48fa.tar.gz
Update dependencies and pre-commit hooks
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
-rw-r--r--.github/workflows/deploy.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 4a660c1..bc49bf9 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -41,7 +41,7 @@ jobs:
- uses: supercharge/mongodb-github-action@1.7.0
with:
mongodb-version: 4.4
- - uses: supercharge/redis-github-action@1.2.0
+ - uses: supercharge/redis-github-action@1.4.0
with:
redis-version: 6
- uses: rrainn/dynamodb-action@v2.0.0
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index fe2a22d..991b56e 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -50,7 +50,7 @@ jobs:
- uses: supercharge/mongodb-github-action@1.7.0
with:
mongodb-version: 4.4
- - uses: supercharge/redis-github-action@1.2.0
+ - uses: supercharge/redis-github-action@1.4.0
with:
redis-version: 6
- uses: rrainn/dynamodb-action@v2.0.0