From 1465b38206894ec63b54494e5d7694f09d459715 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 10:21:42 +0000 Subject: [PATCH] chore(deps): bump the gh-actions group with 2 updates Bumps the gh-actions group with 2 updates: [prefix-dev/setup-pixi](https://github.com/prefix-dev/setup-pixi) and [actions/deploy-pages](https://github.com/actions/deploy-pages). Updates `prefix-dev/setup-pixi` from 0.9.4 to 0.9.5 - [Release notes](https://github.com/prefix-dev/setup-pixi/releases) - [Commits](https://github.com/prefix-dev/setup-pixi/compare/v0.9.4...v0.9.5) Updates `actions/deploy-pages` from 4 to 5 - [Release notes](https://github.com/actions/deploy-pages/releases) - [Commits](https://github.com/actions/deploy-pages/compare/v4...v5) --- updated-dependencies: - dependency-name: prefix-dev/setup-pixi dependency-version: 0.9.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gh-actions - dependency-name: actions/deploy-pages dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/docs.yaml | 6 +++--- .github/workflows/test.yml | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b40f581..0919bb4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ jobs: with: fetch-depth: 0 - name: Set up pixi - uses: prefix-dev/setup-pixi@a0af7a228712d6121d37aba47adf55c1332c9c2e # v0.9.4 + uses: prefix-dev/setup-pixi@1b2de7f3351f171c8b4dfeb558c639cb58ed4ec0 # v0.9.5 with: environments: build - name: Build pypi wheel/sdist diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index eb628c9..5cc441c 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -20,7 +20,7 @@ jobs: steps: - uses: actions/checkout@v6 - - uses: prefix-dev/setup-pixi@v0.9.4 + - uses: prefix-dev/setup-pixi@v0.9.5 with: locked: false environments: docs @@ -53,7 +53,7 @@ jobs: # run: | # git checkout $(git describe --tags `git rev-list --tags --max-count=1`); - - uses: prefix-dev/setup-pixi@v0.9.4 + - uses: prefix-dev/setup-pixi@v0.9.5 with: locked: false environments: docs @@ -102,6 +102,6 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@v5 \ No newline at end of file diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 992a39f..0ff1d14 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -30,7 +30,7 @@ jobs: steps: - uses: actions/checkout@v6 - - uses: prefix-dev/setup-pixi@v0.9.4 + - uses: prefix-dev/setup-pixi@v0.9.5 with: environments: ${{ matrix.env }} cache-write: ${{ github.event_name == 'push' && github.ref_name == 'master' }} @@ -48,7 +48,7 @@ jobs: steps: - uses: actions/checkout@v6 - - uses: prefix-dev/setup-pixi@v0.9.4 + - uses: prefix-dev/setup-pixi@v0.9.5 with: environments: test-no-anybodycon cache-write: ${{ github.event_name == 'push' && github.ref_name == 'master' }} @@ -81,7 +81,7 @@ jobs: # steps: # - uses: actions/checkout@v6 - # - uses: prefix-dev/setup-pixi@v0.9.4 + # - uses: prefix-dev/setup-pixi@v0.9.5 # with: # environments: test # cache-write: ${{ github.event_name == 'push' && github.ref_name == 'master' }}