From ee1a8dae831361b690c8dd05b928d227a9854af8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Sep 2025 03:07:14 +0000 Subject: [PATCH] chore(deps): bump mamba-org/setup-micromamba from 2.0.6 to 2.0.7 Bumps [mamba-org/setup-micromamba](https://github.com/mamba-org/setup-micromamba) from 2.0.6 to 2.0.7. - [Release notes](https://github.com/mamba-org/setup-micromamba/releases) - [Commits](https://github.com/mamba-org/setup-micromamba/compare/v2.0.6...v2.0.7) --- updated-dependencies: - dependency-name: mamba-org/setup-micromamba dependency-version: 2.0.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 2ae282a..01fe41d 100644 --- a/action.yml +++ b/action.yml @@ -58,7 +58,7 @@ runs: else echo "install=true" >> $GITHUB_OUTPUT fi - - uses: mamba-org/setup-micromamba@v2.0.6 + - uses: mamba-org/setup-micromamba@v2.0.7 if: runner.os == 'macOS' && contains(inputs.compiler, 'lfortran') && steps.check-umamba.outputs.install == 'true' with: init-shell: bash