From 469f92e372795d9e6cdaea7be08f8224ac282fba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jul 2023 10:53:07 +0000 Subject: [PATCH] Bump s-weigand/setup-conda from 1.1.1 to 1.2.1 Bumps [s-weigand/setup-conda](https://github.com/s-weigand/setup-conda) from 1.1.1 to 1.2.1. - [Release notes](https://github.com/s-weigand/setup-conda/releases) - [Commits](https://github.com/s-weigand/setup-conda/compare/v1.1.1...v1.2.1) --- updated-dependencies: - dependency-name: s-weigand/setup-conda dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .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 7f8d0bc272..b97c5fec3b 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@v3 - - uses: s-weigand/setup-conda@v1.1.1 + - uses: s-weigand/setup-conda@v1.2.1 with: update-conda: true conda-channels: conda-forge