summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-08-27 16:10:44 +0000
committerGitHub <noreply@github.com>2022-08-27 16:10:44 +0000
commit7e947fe652b71fc524cc19ff24a1e45a241a72bc (patch)
tree8ec5ebff3ee4aacbf46411be49afe5c604f3e366 /.github
parent6695941231b397bc0b6db9aa496a893aabbec8f6 (diff)
downloadrequests-cache-7e947fe652b71fc524cc19ff24a1e45a241a72bc.tar.gz
Bump supercharge/mongodb-github-action from 1.7.0 to 1.8.0
Bumps [supercharge/mongodb-github-action](https://github.com/supercharge/mongodb-github-action) from 1.7.0 to 1.8.0. - [Release notes](https://github.com/supercharge/mongodb-github-action/releases) - [Changelog](https://github.com/supercharge/mongodb-github-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/supercharge/mongodb-github-action/compare/1.7.0...1.8.0) --- updated-dependencies: - dependency-name: supercharge/mongodb-github-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
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 9ba887c..14d9404 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -37,7 +37,7 @@ jobs:
virtualenvs-in-project: true
# Start integration test databases
- - uses: supercharge/mongodb-github-action@1.7.0
+ - uses: supercharge/mongodb-github-action@1.8.0
with:
mongodb-version: 4.4
- uses: supercharge/redis-github-action@1.4.0
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index e3094c9..ea290a2 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -53,7 +53,7 @@ jobs:
virtualenvs-in-project: true
# Start integration test databases
- - uses: supercharge/mongodb-github-action@1.7.0
+ - uses: supercharge/mongodb-github-action@1.8.0
with:
mongodb-version: 4.4
- uses: supercharge/redis-github-action@1.4.0