From 5d892a00ea26aef6877e485445b5fafd04031503 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 09:02:16 +0000 Subject: [PATCH] Bump mongodb/atlas-github-action from 0.2.0 to 0.2.1 Bumps [mongodb/atlas-github-action](https://github.com/mongodb/atlas-github-action) from 0.2.0 to 0.2.1. - [Release notes](https://github.com/mongodb/atlas-github-action/releases) - [Commits](https://github.com/mongodb/atlas-github-action/compare/v0.2.0...v0.2.1) --- updated-dependencies: - dependency-name: mongodb/atlas-github-action dependency-version: 0.2.1 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 042d447..d34ce3c 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.0 + uses: mongodb/atlas-github-action@v0.2.1 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.0 + uses: mongodb/atlas-github-action@v0.2.1 with: delete-project-id: ${{ steps.create-project.outputs.create-project-id }}