Skip to content

Commit

Permalink
Merge pull request #156 from rasg-affiliates/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/conda-incubator/setup-miniconda-3.1.0
  • Loading branch information
dependabot[bot] authored Dec 1, 2024
2 parents d8b1ffa + 24a4f60 commit edddc1a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-docs-code.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
fetch-depth: 1

- name: Setup Miniconda
uses: conda-incubator/setup-miniconda@v3.0.4
uses: conda-incubator/setup-miniconda@v3.1.0
with:
auto-update-conda: true
channels: conda-forge,defaults
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-with-warnings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
fetch-depth: 1

- name: Setup Miniconda
uses: conda-incubator/setup-miniconda@v3.0.4
uses: conda-incubator/setup-miniconda@v3.1.0
with:
auto-update-conda: true
channels: conda-forge,defaults
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testsuite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
fetch-depth: 1

- name: Setup Miniconda
uses: conda-incubator/setup-miniconda@v3.0.4
uses: conda-incubator/setup-miniconda@v3.1.0
with:
auto-update-conda: true
channels: conda-forge,defaults
Expand Down

0 comments on commit edddc1a

Please sign in to comment.