From cd8f33bdb8f6500fe88b4d2efe2a851a3654ad8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 May 2024 00:00:29 +0000 Subject: [PATCH] Bump supercharge/mongodb-github-action from 1.10.0 to 1.11.0 Bumps [supercharge/mongodb-github-action](https://github.com/supercharge/mongodb-github-action) from 1.10.0 to 1.11.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/v1.10.0...1.11.0) --- updated-dependencies: - dependency-name: supercharge/mongodb-github-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/examples.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9fd3aa8a1..68110ced7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,7 +70,7 @@ jobs: - name: Setup memcached uses: KeisukeYamashita/memcached-actions@v1 - name: Start MongoDB - uses: supercharge/mongodb-github-action@v1.10.0 + uses: supercharge/mongodb-github-action@1.11.0 with: mongodb-version: 4.0 - name: Check out repository code diff --git a/.github/workflows/examples.yml b/.github/workflows/examples.yml index 5fb821c23..db747a826 100644 --- a/.github/workflows/examples.yml +++ b/.github/workflows/examples.yml @@ -52,7 +52,7 @@ jobs: - name: Setup memcached uses: KeisukeYamashita/memcached-actions@v1 - name: Start MongoDB - uses: supercharge/mongodb-github-action@v1.10.0 + uses: supercharge/mongodb-github-action@1.11.0 with: mongodb-version: 4.0 - name: Check out repository code