From 579a7eaaaab64add86b4bd86a08fa752ff94700b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 12:15:35 +0000 Subject: [PATCH] Bump the copier-actions group across 1 directory with 3 updates Bumps the copier-actions group with 3 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [prefix-dev/setup-pixi](https://github.com/prefix-dev/setup-pixi) and [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/checkout` from 4 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v5) Updates `prefix-dev/setup-pixi` from 0.8.10 to 0.9.2 - [Release notes](https://github.com/prefix-dev/setup-pixi/releases) - [Commits](https://github.com/prefix-dev/setup-pixi/compare/v0.8.10...v0.9.2) Updates `actions/upload-artifact` from 4 to 5 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: copier-actions - dependency-name: prefix-dev/setup-pixi dependency-version: 0.9.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: copier-actions - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: copier-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 8 ++++---- .github/workflows/package.yml | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9636323..3556bbd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,9 +23,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout branch - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Set up pixi - uses: prefix-dev/setup-pixi@v0.8.10 + uses: prefix-dev/setup-pixi@v0.9.2 with: environments: default lint - name: pre-commit @@ -42,9 +42,9 @@ jobs: env: ["py311"] steps: - name: Checkout branch - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Set up pixi - uses: prefix-dev/setup-pixi@v0.8.10 + uses: prefix-dev/setup-pixi@v0.9.2 with: environments: ${{ matrix.env }} - name: Install repository and generate code coverage report diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index 7d476e0..49f42ef 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -15,13 +15,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout branch - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Set up pixi - uses: prefix-dev/setup-pixi@v0.8.10 + uses: prefix-dev/setup-pixi@v0.9.2 - name: Build run: | pixi run build - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 with: name: artifact path: dist/*