diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4a2649cc..5add1218 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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: >- @@ -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 @@ -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: >- diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 1b8fb003..b33e8277 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -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