From 0927700fcf6527068f28aaa32187fb7c3b499218 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Feb 2023 13:29:01 +0800 Subject: [PATCH] Chore: (deps): Bump supercharge/mongodb-github-action (#5540) Bumps [supercharge/mongodb-github-action](https://github.com/supercharge/mongodb-github-action) from 1.8.0 to 1.9.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/538a4d2a1041920c47630172445cb688592d6e51...d26215f71b2ce60420a2a3776a25893d11a65f85) --- updated-dependencies: - dependency-name: supercharge/mongodb-github-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/apiserver-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/apiserver-test.yml b/.github/workflows/apiserver-test.yml index ed293ecb5..c84d85ed7 100644 --- a/.github/workflows/apiserver-test.yml +++ b/.github/workflows/apiserver-test.yml @@ -69,7 +69,7 @@ jobs: sudo apt-get install -y golang-ginkgo-dev - name: Start MongoDB - uses: supercharge/mongodb-github-action@538a4d2a1041920c47630172445cb688592d6e51 # 1.8.0 + uses: supercharge/mongodb-github-action@d26215f71b2ce60420a2a3776a25893d11a65f85 # 1.9.0 with: mongodb-version: '5.0'