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