Skip to content

Commit

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

Bump the actions-version group with 2 updates
  • Loading branch information
joaander authored Mar 7, 2024
2 parents 0344637 + 9612bbf commit 1dec94f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ jobs:
- python: '3.12'

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: "recursive"
- name: Create Python Environment
uses: conda-incubator/setup-miniconda@v2.2.0
uses: conda-incubator/setup-miniconda@v3.0.3
with:
python-version: ${{ matrix.config.python }}
environment-file: environment.yml
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-projects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ jobs:
- python: '3.12'

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: "recursive"
- name: Create Python Environment
uses: conda-incubator/setup-miniconda@v2.2.0
uses: conda-incubator/setup-miniconda@v3.0.3
with:
python-version: ${{ matrix.config.python }}
environment-file: environment.yml
Expand Down

0 comments on commit 1dec94f

Please sign in to comment.