From b51f3618329311fd708ce46a48dbcd96717b48fa Mon Sep 17 00:00:00 2001 From: Jordan Cook Date: Sat, 1 Jan 2022 12:07:50 -0600 Subject: Update dependencies and pre-commit hooks --- .github/workflows/build.yml | 2 +- .github/workflows/deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to '.github') 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 -- cgit v1.2.1