summaryrefslogtreecommitdiff
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r--.github/workflows/build.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 380f48c..b3d917b 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -36,13 +36,13 @@ jobs:
virtualenvs-in-project: true
# Start integration test databases
- - uses: supercharge/mongodb-github-action@1.8.0
+ - uses: supercharge/mongodb-github-action@1.9.0
with:
mongodb-version: 5.0
- - uses: supercharge/redis-github-action@1.4.0
+ - uses: supercharge/redis-github-action@1.5.0
with:
redis-version: 6
- - uses: rrainn/dynamodb-action@v2.0.1
+ - uses: rrainn/dynamodb-action@v3.0.0
# Cache packages per python version, and reuse until lockfile changes
- name: Cache python packages