Skip to content

Commit 3c14da6

Browse files
Bump conda-incubator/setup-miniconda from 3.1.0 to 3.1.1
Bumps [conda-incubator/setup-miniconda](https://github.com/conda-incubator/setup-miniconda) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/conda-incubator/setup-miniconda/releases) - [Changelog](https://github.com/conda-incubator/setup-miniconda/blob/main/CHANGELOG.md) - [Commits](conda-incubator/setup-miniconda@v3.1.0...v3.1.1) --- updated-dependencies: - dependency-name: conda-incubator/setup-miniconda dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f477d04 commit 3c14da6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/containerized-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- uses: actions/checkout@v4
5151
# Set up conda environment
5252
- name: Setup conda environment
53-
uses: conda-incubator/[email protected].0
53+
uses: conda-incubator/[email protected].1
5454
with:
5555
auto-update-conda: true
5656
activate-environment: ci-env

.github/workflows/continuous_integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- uses: actions/checkout@v4
6767
# Set up conda environment
6868
- name: Setup conda environment
69-
uses: conda-incubator/[email protected].0
69+
uses: conda-incubator/[email protected].1
7070
with:
7171
auto-update-conda: true
7272
activate-environment: ci-env

0 commit comments

Comments
 (0)