Skip to content

Commit 264bd73

Browse files
Chore(deps): Bump the actions group across 1 directory with 2 updates
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.9.5 to 0.9.6 - [Release notes](https://github.com/prefix-dev/setup-pixi/releases) - [Commits](prefix-dev/setup-pixi@v0.9.5...v0.9.6) Updates `codecov/codecov-action` from 6.0.1 to 7.0.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@v6.0.1...v7.0.0) --- updated-dependencies: - dependency-name: prefix-dev/setup-pixi dependency-version: 0.9.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: codecov/codecov-action dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6c99eef commit 264bd73

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/deploy-gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v6
1919
with:
2020
fetch-depth: 0
21-
- uses: prefix-dev/setup-pixi@v0.9.5
21+
- uses: prefix-dev/setup-pixi@v0.9.6
2222
with:
2323
pixi-version: v0.59.0
2424
environments: doc

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v6
16-
- uses: prefix-dev/setup-pixi@v0.9.5
16+
- uses: prefix-dev/setup-pixi@v0.9.6
1717
with:
1818
pixi-version: v0.59.0
1919
environments: lint

.github/workflows/python-app.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v6
2020
with:
2121
fetch-depth: 0
22-
- uses: prefix-dev/setup-pixi@v0.9.5
22+
- uses: prefix-dev/setup-pixi@v0.9.6
2323
with:
2424
pixi-version: v0.59.0
2525
environments: ${{ matrix.environment }}
@@ -29,7 +29,7 @@ jobs:
2929
run: pixi run -e ${{ matrix.environment }} test
3030

3131
- name: Upload coverage reports to Codecov
32-
uses: codecov/codecov-action@v6.0.1
32+
uses: codecov/codecov-action@v7.0.0
3333
with:
3434
token: ${{ secrets.CODECOV_TOKEN }}
3535
slug: ${{ github.repository }}

0 commit comments

Comments
 (0)