From 7995fca04cb24d81ed5037f0740093b37cf6396b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 02:51:16 +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.9.5 to 0.9.6 - [Release notes](https://github.com/prefix-dev/setup-pixi/releases) - [Commits](https://github.com/prefix-dev/setup-pixi/compare/v0.9.5...v0.9.6) Updates `codecov/codecov-action` from 6.0.0 to 6.0.1 - [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/v6.0.0...v6.0.1) --- 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: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 8 ++++---- .github/workflows/deploy.yaml | 12 ++++++------ 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4b563c59..4a8436b6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -29,7 +29,7 @@ jobs: role-session-name: ocr-etl-role-session aws-region: us-west-2 - - uses: prefix-dev/setup-pixi@v0.9.5 + - uses: prefix-dev/setup-pixi@v0.9.6 with: activate-environment: true environments: dev @@ -49,7 +49,7 @@ jobs: echo "PYTHON=$(pixi run --environment dev python -c 'import sys; print(f"{sys.version_info.major}.{sys.version_info.minor}")')" >> $GITHUB_ENV - name: Upload code coverage to Codecov - uses: codecov/codecov-action@v6.0.0 + uses: codecov/codecov-action@v6.0.1 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage.xml @@ -82,7 +82,7 @@ jobs: role-session-name: ocr-etl-role-session aws-region: us-west-2 - - uses: prefix-dev/setup-pixi@v0.9.5 + - uses: prefix-dev/setup-pixi@v0.9.6 with: cache: false # no pixi.lock locked: false @@ -104,7 +104,7 @@ jobs: echo "PYTHON=$(pixi run --environment dev python -c 'import sys; print(f"{sys.version_info.major}.{sys.version_info.minor}")')" >> $GITHUB_ENV - name: Upload code coverage to Codecov (integration) - uses: codecov/codecov-action@v6.0.0 + uses: codecov/codecov-action@v6.0.1 if: success() with: # token: ${{ secrets.CODECOV_TOKEN }} # uncomment if repository is private diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 71620d49..e6e00adc 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -67,7 +67,7 @@ jobs: ref: ${{ github.event.inputs.production_tag || github.event.release.tag_name || github.sha }} - name: Setup Pixi (deploy env) - uses: prefix-dev/setup-pixi@v0.9.5 + uses: prefix-dev/setup-pixi@v0.9.6 with: cache: false locked: false @@ -141,7 +141,7 @@ jobs: role-session-name: ocr-etl-role-session aws-region: us-west-2 - - uses: prefix-dev/setup-pixi@v0.9.5 + - uses: prefix-dev/setup-pixi@v0.9.6 with: cache: false locked: false @@ -190,7 +190,7 @@ jobs: role-session-name: ocr-etl-role-session aws-region: us-west-2 - - uses: prefix-dev/setup-pixi@v0.9.5 + - uses: prefix-dev/setup-pixi@v0.9.6 with: cache: false locked: false @@ -263,7 +263,7 @@ jobs: role-session-name: ocr-etl-role-session aws-region: us-west-2 - - uses: prefix-dev/setup-pixi@v0.9.5 + - uses: prefix-dev/setup-pixi@v0.9.6 with: cache: false locked: false @@ -359,7 +359,7 @@ jobs: aws-region: us-west-2 role-duration-seconds: 12000 - - uses: prefix-dev/setup-pixi@v0.9.5 + - uses: prefix-dev/setup-pixi@v0.9.6 with: cache: false locked: false @@ -462,7 +462,7 @@ jobs: aws-region: us-west-2 role-duration-seconds: 12000 - - uses: prefix-dev/setup-pixi@v0.9.5 + - uses: prefix-dev/setup-pixi@v0.9.6 with: cache: false locked: false