summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-01-01 16:08:35 +0000
committerGitHub <noreply@github.com>2022-01-01 16:08:35 +0000
commit3de183ef6956f87635aaef1af1dc2c9603183b5d (patch)
tree3f6051fb2345dcfa059f21378d563d107eb8c687
parent71ea5213bace27e64ae1c9e21b949ce98dc432cc (diff)
downloadrequests-cache-dependabot/github_actions/supercharge/redis-github-action-1.4.0.tar.gz
Bump supercharge/redis-github-action from 1.2.0 to 1.4.0dependabot/github_actions/supercharge/redis-github-action-1.4.0
Bumps [supercharge/redis-github-action](https://github.com/supercharge/redis-github-action) from 1.2.0 to 1.4.0. - [Release notes](https://github.com/supercharge/redis-github-action/releases) - [Changelog](https://github.com/supercharge/redis-github-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/supercharge/redis-github-action/compare/1.2.0...1.4.0) --- updated-dependencies: - dependency-name: supercharge/redis-github-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-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