From 7742f1a4c2deec69d8c78122fd7d8467df6ceaab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 00:04:04 +0000 Subject: [PATCH] Bump the dependencies group across 1 directory with 3 updates Bumps the dependencies 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 [softprops/action-gh-release](https://github.com/softprops/action-gh-release). Updates `actions/checkout` from 4 to 7 - [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...v7) Updates `prefix-dev/setup-pixi` from 0.10.0 to 0.10.1 - [Release notes](https://github.com/prefix-dev/setup-pixi/releases) - [Commits](https://github.com/prefix-dev/setup-pixi/compare/v0.10.0...v0.10.1) Updates `softprops/action-gh-release` from 2 to 3 - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](https://github.com/softprops/action-gh-release/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: prefix-dev/setup-pixi dependency-version: 0.10.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: softprops/action-gh-release dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/lint.yml | 2 +- .github/workflows/pixi_test.yml | 6 +++--- .github/workflows/release.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 85ab24e..570b6f9 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v7 - name: Set up Pixi Environment - uses: prefix-dev/setup-pixi@v0.10.0 + uses: prefix-dev/setup-pixi@v0.10.1 with: cache: true manifest-path: pixi.toml diff --git a/.github/workflows/pixi_test.yml b/.github/workflows/pixi_test.yml index 88f96bb..d37814b 100644 --- a/.github/workflows/pixi_test.yml +++ b/.github/workflows/pixi_test.yml @@ -18,10 +18,10 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Setup Pixi - uses: prefix-dev/setup-pixi@v0.10.0 + uses: prefix-dev/setup-pixi@v0.10.1 with: # Specify which environment from your pixi.toml to install environments: ${{ matrix.environment }} @@ -40,7 +40,7 @@ jobs: # matrix: # environment: [py311, py312, py313] # steps: -# - uses: actions/checkout@v4 +# - uses: actions/checkout@v7 # - uses: prefix-dev/setup-pixi@v0.9.6 # with: # environments: ${{ matrix.environment }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a3a8200..2b28b83 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: run: python -m build --sdist --wheel -o dist/ - name: Create Release and Upload sdist - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: files: dist/*.tar.gz env: