Skip to content

Commit

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

Bump conda-incubator/setup-miniconda from 3.0.3 to 3.0.4 in the actions-version group
  • Loading branch information
joaander authored May 1, 2024
2 parents d95c2f7 + 91451a8 commit e5b2f88
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/[email protected].3
uses: conda-incubator/[email protected].4
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/[email protected].3
uses: conda-incubator/[email protected].4
with:
python-version: ${{ matrix.config.python }}
environment-file: environment.yml
Expand Down

0 comments on commit e5b2f88

Please sign in to comment.