summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2022-01-19 11:16:23 -0600
committerJordan Cook <jordan.cook@pioneer.com>2022-01-29 12:56:34 -0600
commitd9419964120226cf63ee08e6434609c39f70856c (patch)
tree434f74cec5fc56c3f7b11be03117b67e0fec4467 /.github
parent8823984eece657d29320c78ee15b7752f9dfcd90 (diff)
downloadrequests-cache-d9419964120226cf63ee08e6434609c39f70856c.tar.gz
Update changelog, bump dev dependencies, and bump version
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 bc49bf9..a11c8fe 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -44,7 +44,7 @@ jobs:
- uses: supercharge/redis-github-action@1.4.0
with:
redis-version: 6
- - uses: rrainn/dynamodb-action@v2.0.0
+ - uses: rrainn/dynamodb-action@v2.0.1
# Cache packages per python version, and reuse until lockfile changes
- name: Cache python packages
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 991b56e..6c0d06d 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -53,7 +53,7 @@ jobs:
- uses: supercharge/redis-github-action@1.4.0
with:
redis-version: 6
- - uses: rrainn/dynamodb-action@v2.0.0
+ - uses: rrainn/dynamodb-action@v2.0.1
# Cache packages per python version, and reuse until lockfile changes
- name: Cache python packages