Skip to content

Commit

Permalink
Bump the actions group with 3 updates (#686)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Romain Beucher <romain.beucher@anu.edu.au>
Co-authored-by: Max Grover <mgroverwx@gmail.com>
  • Loading branch information
3 people authored Nov 1, 2024
1 parent 9db6ad6 commit df3c7f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
fetch-depth: 0 # Fetch all history for all branches and tags.

- name: set up conda environment
uses: mamba-org/setup-micromamba@v1
uses: mamba-org/setup-micromamba@v2
with:
environment-file: ci/environment.yml
init-shell: >-
Expand All @@ -52,7 +52,7 @@ jobs:
python -m pytest
- name: Upload code coverage to Codecov
uses: codecov/codecov-action@v4.5.0
uses: codecov/codecov-action@v4.6.0
with:
file: ./coverage.xml
flags: unittests
Expand All @@ -74,7 +74,7 @@ jobs:
fetch-depth: 0 # Fetch all history for all branches and tags.

- name: set up conda environment
uses: mamba-org/setup-micromamba@v1
uses: mamba-org/setup-micromamba@v2
with:
environment-file: ci/environment-upstream-dev.yml
init-shell: >-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ jobs:
name: releases
path: dist
- name: Publish package to PyPI
uses: pypa/gh-action-pypi-publish@v1.10.2
uses: pypa/gh-action-pypi-publish@v1.11.0

0 comments on commit df3c7f5

Please sign in to comment.