Skip to content

Commit c754645

Browse files
Bump the github-actions group with 2 updates (#671)
Bumps the github-actions group with 2 updates: [mamba-org/setup-micromamba](https://github.com/mamba-org/setup-micromamba) and [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `mamba-org/setup-micromamba` from 2.0.7 to 3.0.0 - [Release notes](https://github.com/mamba-org/setup-micromamba/releases) - [Commits](mamba-org/setup-micromamba@v2.0.7...v3.0.0) Updates `codecov/codecov-action` from 5 to 6 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v5...v6) --- updated-dependencies: - dependency-name: mamba-org/setup-micromamba dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: codecov/codecov-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b21902f commit c754645

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/build-ultraplot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
with:
5454
fetch-depth: 0
5555

56-
- uses: mamba-org/setup-micromamba@v2.0.7
56+
- uses: mamba-org/setup-micromamba@v3.0.0
5757
with:
5858
environment-file: ./environment.yml
5959
init-shell: bash
@@ -100,7 +100,7 @@ jobs:
100100
101101
- uses: actions/checkout@v6
102102

103-
- uses: mamba-org/setup-micromamba@v2.0.7
103+
- uses: mamba-org/setup-micromamba@v3.0.0
104104
with:
105105
environment-file: ./environment.yml
106106
init-shell: bash

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
5151
- name: Build test map on cache miss
5252
if: steps.restore-map.outputs.cache-hit != 'true'
53-
uses: mamba-org/setup-micromamba@v2.0.7
53+
uses: mamba-org/setup-micromamba@v3.0.0
5454
with:
5555
environment-file: ./environment.yml
5656
init-shell: bash
@@ -157,7 +157,7 @@ jobs:
157157
with:
158158
fetch-depth: 0
159159

160-
- uses: mamba-org/setup-micromamba@v2.0.7
160+
- uses: mamba-org/setup-micromamba@v3.0.0
161161
with:
162162
environment-file: ./environment.yml
163163
init-shell: bash
@@ -182,7 +182,7 @@ jobs:
182182
ultraplot/tests
183183
184184
- name: Upload coverage reports to Codecov
185-
uses: codecov/codecov-action@v5
185+
uses: codecov/codecov-action@v6
186186
with:
187187
token: ${{ secrets.CODECOV_TOKEN }}
188188
files: ./coverage.xml

.github/workflows/test-map.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
fetch-depth: 0
2525

26-
- uses: mamba-org/setup-micromamba@v2.0.7
26+
- uses: mamba-org/setup-micromamba@v3.0.0
2727
with:
2828
environment-file: ./environment.yml
2929
init-shell: bash
@@ -48,7 +48,7 @@ jobs:
4848
python tools/ci/build_test_map.py --coverage-file .coverage --output .ci/test-map.json --root .
4949
5050
- name: Upload coverage reports to Codecov
51-
uses: codecov/codecov-action@v5
51+
uses: codecov/codecov-action@v6
5252
with:
5353
token: ${{ secrets.CODECOV_TOKEN }}
5454
files: ./coverage.xml

0 commit comments

Comments
 (0)