Skip to content

Commit 015ed4e

Browse files
Bump the actions group across 1 directory with 2 updates (#1129)
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.1 to 0.8.3 - [Release notes](https://github.com/prefix-dev/setup-pixi/releases) - [Commits](prefix-dev/setup-pixi@v0.8.1...v0.8.3) Updates `codecov/codecov-action` from 5.1.2 to 5.4.0 - [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.1.2...v5.4.0) --- updated-dependencies: - dependency-name: prefix-dev/setup-pixi dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ca7e21d commit 015ed4e

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].1
18+
- uses: prefix-dev/[email protected].3
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].1
40+
- uses: prefix-dev/[email protected].3
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/codecov-action@v5.1.2
52+
uses: codecov/codecov-action@v5.4.0
5353
with:
5454
token: ${{ secrets.CODECOV_TOKEN }}
5555
slug: scikit-learn-contrib/imbalanced-learn

0 commit comments

Comments
 (0)