From 643969c6371f8e596ca9fd2715ee947ba260bf39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 08:30:02 -0400 Subject: [PATCH] Bump supercharge/mongodb-github-action in the actions-version group (#59) Bumps the actions-version group with 1 update: [supercharge/mongodb-github-action](https://github.com/supercharge/mongodb-github-action). Updates `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/1.10.0...1.11.0) --- updated-dependencies: - dependency-name: supercharge/mongodb-github-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-version ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/publish-packages.yml | 2 +- .github/workflows/run-pytest.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-packages.yml b/.github/workflows/publish-packages.yml index cfd5b0c..1e9bf64 100644 --- a/.github/workflows/publish-packages.yml +++ b/.github/workflows/publish-packages.yml @@ -35,7 +35,7 @@ jobs: run: python -m pip install synced_collections --progress-bar off --no-index -f dist/ - name: Run MongoDB - uses: supercharge/mongodb-github-action@1.10.0 + uses: supercharge/mongodb-github-action@1.11.0 - name: Run Redis uses: supercharge/redis-github-action@1.8.0 - name: Test with pytest diff --git a/.github/workflows/run-pytest.yml b/.github/workflows/run-pytest.yml index eb010fd..7ac2e79 100644 --- a/.github/workflows/run-pytest.yml +++ b/.github/workflows/run-pytest.yml @@ -55,7 +55,7 @@ jobs: run: | pip install -e . - name: Run MongoDB - uses: supercharge/mongodb-github-action@1.10.0 + uses: supercharge/mongodb-github-action@1.11.0 if: ${{ matrix.os == 'ubuntu-latest' && matrix.config.dependencies != 'minimal' }} - name: Run Redis uses: supercharge/redis-github-action@1.8.0