From 55fe282acd5fbc022dca299ab41efa244aa202fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 06:57:19 +0000 Subject: [PATCH] :arrow_up: Bump s-weigand/setup-conda from 1.2.3 to 1.2.4 Bumps [s-weigand/setup-conda](https://github.com/s-weigand/setup-conda) from 1.2.3 to 1.2.4. - [Release notes](https://github.com/s-weigand/setup-conda/releases) - [Commits](https://github.com/s-weigand/setup-conda/compare/v1.2.3...v1.2.4) --- 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 d296995..ccd1d0d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,7 +69,7 @@ jobs: - uses: actions/checkout@v4.2.2 - name: Setup conda - uses: s-weigand/setup-conda@v1.2.3 + uses: s-weigand/setup-conda@v1.2.4 with: # update-conda: true python-version: ${{ matrix.python-version }}