From a91cceadd2b043cb22cff769088de35f25d34481 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 10:19:42 +0000 Subject: [PATCH] Bump the actions group with 2 updates Bumps the actions group with 2 updates: [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](https://github.com/prefix-dev/setup-pixi/compare/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](https://github.com/codecov/codecov-action/compare/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] --- .github/workflows/deploy-gh-pages.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/python-app.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy-gh-pages.yml b/.github/workflows/deploy-gh-pages.yml index 2b13a31..cb35438 100644 --- a/.github/workflows/deploy-gh-pages.yml +++ b/.github/workflows/deploy-gh-pages.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 - - uses: prefix-dev/setup-pixi@v0.8.4 + - uses: prefix-dev/setup-pixi@v0.8.8 with: pixi-version: v0.23.0 environments: doc diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 5730301..1f7c52d 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: prefix-dev/setup-pixi@v0.8.4 + - uses: prefix-dev/setup-pixi@v0.8.8 with: pixi-version: v0.23.0 environments: lint diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 5060190..9396a16 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -17,7 +17,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4 - - uses: prefix-dev/setup-pixi@v0.8.4 + - uses: prefix-dev/setup-pixi@v0.8.8 with: pixi-version: v0.23.0 environments: ${{ matrix.environment }} @@ -27,7 +27,7 @@ jobs: run: pixi run -e ${{ matrix.environment }} test - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v5.4.0 + uses: codecov/codecov-action@v5.4.2 with: token: ${{ secrets.CODECOV_TOKEN }} slug: balins/fsvm