From 83c67f76d6470215afe42e5ea14f435969d5f7b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 11:58:30 +0000 Subject: [PATCH] Bump the github_actions group across 2 directories with 1 update Bumps the github_actions group with 1 update in the / directory: [supercharge/mongodb-github-action](https://github.com/supercharge/mongodb-github-action). Bumps the github_actions group with 1 update in the /.github/workflows directory: [supercharge/mongodb-github-action](https://github.com/supercharge/mongodb-github-action). Updates `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) Updates `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 dependency-group: github_actions - dependency-name: supercharge/mongodb-github-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github_actions ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 2 +- .github/workflows/post-release-templates.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2578f37..9db4775 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -455,7 +455,7 @@ jobs: if: matrix.database == 'postgres' - name: Start MongoDB - uses: supercharge/mongodb-github-action@1.11.0 + uses: supercharge/mongodb-github-action@1.12.0 with: mongodb-version: 6.0 if: matrix.database == 'mongodb' diff --git a/.github/workflows/post-release-templates.yml b/.github/workflows/post-release-templates.yml index b370c76..e322f0e 100644 --- a/.github/workflows/post-release-templates.yml +++ b/.github/workflows/post-release-templates.yml @@ -83,7 +83,7 @@ jobs: echo "DATABASE_URI=postgresql://$POSTGRES_USER:$POSTGRES_PASSWORD@localhost:5432/$POSTGRES_DB" >> $GITHUB_ENV - name: Start MongoDB - uses: supercharge/mongodb-github-action@1.11.0 + uses: supercharge/mongodb-github-action@1.12.0 with: mongodb-version: 6.0