From 3b15e80ab1ffd49ad8f930184f727c2262f6c1a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 08:12:20 +0000 Subject: [PATCH] Bump mongodb/atlas-github-action from 0.2.1 to 0.2.2 Bumps [mongodb/atlas-github-action](https://github.com/mongodb/atlas-github-action) from 0.2.1 to 0.2.2. - [Release notes](https://github.com/mongodb/atlas-github-action/releases) - [Commits](https://github.com/mongodb/atlas-github-action/compare/v0.2.1...v0.2.2) --- updated-dependencies: - dependency-name: mongodb/atlas-github-action dependency-version: 0.2.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8f8d22d..9d4eaef 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -126,7 +126,7 @@ jobs: MONGODB_ATLAS_PRIVATE_API_KEY: "" MONGODB_ATLAS_CLIENT_ID: ${{ steps.generate_sa.outputs.client-id }} MONGODB_ATLAS_CLIENT_SECRET: ${{ steps.generate_sa.outputs.client-secret }} - uses: mongodb/atlas-github-action@v0.2.1 + uses: mongodb/atlas-github-action@v0.2.2 id: create-project with: create-project-name: ${{ github.run_id }}-project3 @@ -136,7 +136,7 @@ jobs: MONGODB_ATLAS_PRIVATE_API_KEY: "" MONGODB_ATLAS_CLIENT_ID: ${{ steps.generate_sa.outputs.client-id }} MONGODB_ATLAS_CLIENT_SECRET: ${{ steps.generate_sa.outputs.client-secret }} - uses: mongodb/atlas-github-action@v0.2.1 + uses: mongodb/atlas-github-action@v0.2.2 with: delete-project-id: ${{ steps.create-project.outputs.create-project-id }}