Skip to content

Commit 2370cf9

Browse files
Bump the actions group across 1 directory with 2 updates (#1135)
Bumps the actions group with 2 updates in the / directory: [prefix-dev/setup-pixi](https://github.com/prefix-dev/setup-pixi) and [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `prefix-dev/setup-pixi` from 0.8.4 to 0.8.8 - [Release notes](https://github.com/prefix-dev/setup-pixi/releases) - [Commits](prefix-dev/setup-pixi@v0.8.4...v0.8.8) Updates `codecov/codecov-action` from 5.4.0 to 5.4.2 - [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.4.0...v5.4.2) --- updated-dependencies: - dependency-name: prefix-dev/setup-pixi dependency-version: 0.8.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: codecov/codecov-action dependency-version: 5.4.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8189ba7 commit 2370cf9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/linters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- uses: actions/checkout@v4
18-
- uses: prefix-dev/[email protected].4
18+
- uses: prefix-dev/[email protected].8
1919
with:
2020
pixi-version: v0.39.2
2121
frozen: true

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: ${{ matrix.os }}
3838
steps:
3939
- uses: actions/checkout@v4
40-
- uses: prefix-dev/[email protected].4
40+
- uses: prefix-dev/[email protected].8
4141
with:
4242
pixi-version: v0.39.2
4343
environments: ${{ matrix.environment }}
@@ -49,7 +49,7 @@ jobs:
4949
run: pixi run -e ${{ matrix.environment }} tests -n 3
5050

5151
- name: Upload coverage reports to Codecov
52-
uses: codecov/[email protected].0
52+
uses: codecov/[email protected].2
5353
with:
5454
token: ${{ secrets.CODECOV_TOKEN }}
5555
slug: scikit-learn-contrib/imbalanced-learn

0 commit comments

Comments
 (0)