From 9e0ade6e5bbc2a343ffb0d0f674321d9be2dc26a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Nov 2025 16:21:52 +0000 Subject: [PATCH] Bump supercharge/mongodb-github-action from 1.12.0 to 1.12.1 Bumps [supercharge/mongodb-github-action](https://github.com/supercharge/mongodb-github-action) from 1.12.0 to 1.12.1. - [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.12.0...1.12.1) --- updated-dependencies: - dependency-name: supercharge/mongodb-github-action dependency-version: 1.12.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ancient.yml | 2 +- .github/workflows/coverage.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ancient.yml b/.github/workflows/ancient.yml index 12b1401..4270ecc 100644 --- a/.github/workflows/ancient.yml +++ b/.github/workflows/ancient.yml @@ -111,7 +111,7 @@ jobs: ### MONGODB - name: Start MongoDB - uses: supercharge/mongodb-github-action@1.12.0 + uses: supercharge/mongodb-github-action@1.12.1 if: "endsWith(matrix.exec_cmd, 'mongoid')" with: mongodb-version: "8.0" diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index f33d9ca..4226f18 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -62,7 +62,7 @@ jobs: ### MONGODB - name: Start MongoDB - uses: supercharge/mongodb-github-action@1.12.0 + uses: supercharge/mongodb-github-action@1.12.1 with: mongodb-version: "8.0"