From 1ebec1d1dab2a76fe89b4652e7a6d2d97cc79296 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 12:44:54 +0000 Subject: [PATCH] Bump robinraju/release-downloader from 1.11 to 1.12 Bumps [robinraju/release-downloader](https://github.com/robinraju/release-downloader) from 1.11 to 1.12. - [Release notes](https://github.com/robinraju/release-downloader/releases) - [Commits](https://github.com/robinraju/release-downloader/compare/v1.11...v1.12) --- updated-dependencies: - dependency-name: robinraju/release-downloader dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 3c4f922..4d8056e 100644 --- a/action.yml +++ b/action.yml @@ -90,7 +90,7 @@ runs: - name: Download release id: download-release - uses: robinraju/release-downloader@v1.11 + uses: robinraju/release-downloader@v1.12 with: repository: mongodb/mongodb-atlas-cli tag: ${{ steps.determine-tag.outputs.cli-tag }}