From 2953873c0c4fd82c2934aae980019e277c33e429 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 18:24:54 +0800 Subject: [PATCH] chore(deps): update supercharge/mongodb-github-action action to v1.11.0 (#1722) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b69905cd..c11d8a45 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -93,7 +93,7 @@ jobs: run: | npm run bundle - name: Start MongoDB - uses: supercharge/mongodb-github-action@v1.10.0 + uses: supercharge/mongodb-github-action@1.11.0 with: mongodb-version: 4.4 - name: Start Redis diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a576595b..88f0309c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: node-version: 18.x - name: Start MongoDB - uses: supercharge/mongodb-github-action@v1.10.0 + uses: supercharge/mongodb-github-action@1.11.0 with: mongodb-version: 4.4 - name: Start Redis