From 716e12ed79054467815934dcf328d37b4de2fabb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 05:58:25 +0000 Subject: [PATCH] Bump s-weigand/setup-conda from 1 to 1.0.5 Bumps [s-weigand/setup-conda](https://github.com/s-weigand/setup-conda) from 1 to 1.0.5. - [Release notes](https://github.com/s-weigand/setup-conda/releases) - [Commits](https://github.com/s-weigand/setup-conda/compare/v1...v1.0.5) 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 e87a22a4f1..a2d0adbbef 100644 --- a/.github/workflows/source.yml +++ b/.github/workflows/source.yml @@ -31,7 +31,7 @@ jobs: runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2 - - uses: s-weigand/setup-conda@v1 + - uses: s-weigand/setup-conda@v1.0.5 with: update-conda: true conda-channels: conda-forge