From e93fe0a9cd78b01c51f41c06c37bcd656ee426ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 10:56:33 -0800 Subject: [PATCH] Bump s-weigand/setup-conda from 1.2.2 to 1.2.3 (#1688) Bumps [s-weigand/setup-conda](https://github.com/s-weigand/setup-conda) from 1.2.2 to 1.2.3. - [Release notes](https://github.com/s-weigand/setup-conda/releases) - [Commits](https://github.com/s-weigand/setup-conda/compare/v1.2.2...v1.2.3) --- updated-dependencies: - dependency-name: s-weigand/setup-conda dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/source.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/source.yml b/.github/workflows/source.yml index 0974bb60aa..beb900c833 100644 --- a/.github/workflows/source.yml +++ b/.github/workflows/source.yml @@ -36,7 +36,7 @@ jobs: runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 - - uses: s-weigand/setup-conda@v1.2.2 + - uses: s-weigand/setup-conda@v1.2.3 with: update-conda: true conda-channels: conda-forge