From 7683a5a15440f7ec2667603ff6cddea88e7523b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 21:01:32 +0000 Subject: [PATCH] Bump supercharge/mongodb-github-action from 1.11.0 to 1.12.0 Bumps [supercharge/mongodb-github-action](https://github.com/supercharge/mongodb-github-action) from 1.11.0 to 1.12.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.11.0...1.12.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/ancient.yml | 2 +- .github/workflows/coverage.yml | 2 +- .github/workflows/heads.yml | 2 +- .github/workflows/legacy.yml | 2 +- .github/workflows/supported.yml | 2 +- .github/workflows/unsupported.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ancient.yml b/.github/workflows/ancient.yml index 73af5f5..97000bf 100644 --- a/.github/workflows/ancient.yml +++ b/.github/workflows/ancient.yml @@ -95,7 +95,7 @@ jobs: ### MONGODB - name: Start MongoDB - uses: supercharge/mongodb-github-action@1.11.0 + uses: supercharge/mongodb-github-action@1.12.0 if: "endsWith(matrix.taskname, 'mongoid')" with: mongodb-version: "8.0" diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 0fcf6f6..affceb2 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -61,7 +61,7 @@ jobs: ### MONGODB - name: Start MongoDB - uses: supercharge/mongodb-github-action@1.11.0 + uses: supercharge/mongodb-github-action@1.12.0 with: mongodb-version: "8.0" diff --git a/.github/workflows/heads.yml b/.github/workflows/heads.yml index 8e06915..07674ae 100644 --- a/.github/workflows/heads.yml +++ b/.github/workflows/heads.yml @@ -132,7 +132,7 @@ jobs: ### MONGODB - name: Start MongoDB - uses: supercharge/mongodb-github-action@1.11.0 + uses: supercharge/mongodb-github-action@1.12.0 if: "endsWith(matrix.taskname, 'mongoid')" with: mongodb-version: "8.0" diff --git a/.github/workflows/legacy.yml b/.github/workflows/legacy.yml index c80e420..18a88db 100644 --- a/.github/workflows/legacy.yml +++ b/.github/workflows/legacy.yml @@ -93,7 +93,7 @@ jobs: ### MONGODB - name: Start MongoDB - uses: supercharge/mongodb-github-action@1.11.0 + uses: supercharge/mongodb-github-action@1.12.0 if: "endsWith(matrix.taskname, 'mongoid')" with: mongodb-version: "8.0" diff --git a/.github/workflows/supported.yml b/.github/workflows/supported.yml index c6e2029..f74006b 100644 --- a/.github/workflows/supported.yml +++ b/.github/workflows/supported.yml @@ -214,7 +214,7 @@ jobs: ### MONGODB - name: Start MongoDB - uses: supercharge/mongodb-github-action@1.11.0 + uses: supercharge/mongodb-github-action@1.12.0 if: "endsWith(matrix.taskname, 'mongoid')" with: mongodb-version: "8.0" diff --git a/.github/workflows/unsupported.yml b/.github/workflows/unsupported.yml index 6f3aad1..a62a8ac 100644 --- a/.github/workflows/unsupported.yml +++ b/.github/workflows/unsupported.yml @@ -157,7 +157,7 @@ jobs: ### MONGODB - name: Start MongoDB - uses: supercharge/mongodb-github-action@1.11.0 + uses: supercharge/mongodb-github-action@1.12.0 if: "endsWith(matrix.taskname, 'mongoid')" with: mongodb-version: "8.0"