Skip to content

Commit

Permalink
Merge pull request #59 from VCTLabs/dependabot/github_actions/conda-i…
Browse files Browse the repository at this point in the history
…ncubator/setup-miniconda-3.0.1

ci: bump conda-incubator/setup-miniconda from 2.2.0 to 3.0.1
  • Loading branch information
sarnold authored Feb 28, 2025
2 parents 4a82479 + b7583ec commit 853a4f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/conda-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
path: ~/conda_pkgs_dir
key: ${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}-${{ hashFiles('environment.devenv.yml') }}

- uses: conda-incubator/setup-miniconda@v2.2.0
- uses: conda-incubator/setup-miniconda@v3.0.1
with:
auto-update-conda: true
python-version: ${{ matrix.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
key: ${{matrix.os}}-conda-pkgs-${{hashFiles('**/conda/meta.yaml')}}

- name: Get conda
uses: conda-incubator/setup-miniconda@v2.2.0
uses: conda-incubator/setup-miniconda@v3.0.1
with:
python-version: 3.9
channels: conda-forge
Expand Down

0 comments on commit 853a4f8

Please sign in to comment.