From dc0bb25df77dcfdbe0be7b05479b204bd4481ea4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 06:29:38 +0000 Subject: [PATCH] :arrow_up: Bump s-weigand/setup-conda from 1.2.1 to 1.2.2 Bumps [s-weigand/setup-conda](https://github.com/s-weigand/setup-conda) from 1.2.1 to 1.2.2. - [Release notes](https://github.com/s-weigand/setup-conda/releases) - [Commits](https://github.com/s-weigand/setup-conda/compare/v1.2.1...v1.2.2) --- updated-dependencies: - dependency-name: s-weigand/setup-conda dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6863ed8..41466b9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -71,7 +71,7 @@ jobs: - uses: actions/checkout@v4.1.5 - name: Setup conda - uses: s-weigand/setup-conda@v1.2.1 + uses: s-weigand/setup-conda@v1.2.2 with: # update-conda: true python-version: ${{ matrix.python-version }}