Skip to content

Commit

Permalink
Merge pull request #75 from glotzerlab/dependabot-github_actions-main…
Browse files Browse the repository at this point in the history
…-actions-version-4b6e307ccb

Bump conda-incubator/setup-miniconda from 3.0.4 to 3.1.0 in the actions-version group
  • Loading branch information
joaander authored Dec 2, 2024
2 parents 8d96e22 + d70130a commit 6937d82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
submodules: "recursive"
- name: Create Python Environment
uses: conda-incubator/setup-miniconda@v3.0.4
uses: conda-incubator/setup-miniconda@v3.1.0
with:
python-version: ${{ matrix.config.python }}
environment-file: environment.yml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-projects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
submodules: "recursive"
- name: Create Python Environment
uses: conda-incubator/setup-miniconda@v3.0.4
uses: conda-incubator/setup-miniconda@v3.1.0
with:
python-version: ${{ matrix.config.python }}
environment-file: environment.yml
Expand Down

0 comments on commit 6937d82

Please sign in to comment.