From 6d2d7ccb781c37bf5eacea7a5041377ef460bb3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 15:13:46 +0000 Subject: [PATCH] Bump the dependencies group across 1 directory with 2 updates Bumps the dependencies group with 2 updates in the / directory: [prefix-dev/setup-pixi](https://github.com/prefix-dev/setup-pixi) and [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action). Updates `prefix-dev/setup-pixi` from 0.9.6 to 0.10.1 - [Commits](https://github.com/prefix-dev/setup-pixi/compare/v0.9.6...v0.10.1) Updates `JamesIves/github-pages-deploy-action` from 4.8.0 to 4.9.0 - [Commits](https://github.com/jamesives/github-pages-deploy-action/compare/v4.8.0...v4.9.0) --- updated-dependencies: - dependency-name: prefix-dev/setup-pixi dependency-version: 0.10.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: JamesIves/github-pages-deploy-action dependency-version: 4.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/doc.yml | 4 ++-- .github/workflows/lint.yml | 2 +- .github/workflows/test.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml index 70e8704..e572d7e 100644 --- a/.github/workflows/doc.yml +++ b/.github/workflows/doc.yml @@ -20,7 +20,7 @@ jobs: - name: checkout uses: actions/checkout@v7 with: { submodules: recursive } - - uses: prefix-dev/setup-pixi@v0.9.6 + - uses: prefix-dev/setup-pixi@v0.10.1 with: { pixi-version: v0.70.2 } - name: build documentation run: | @@ -42,7 +42,7 @@ jobs: name: sphinx-error-logs path: doc/generated/**/*.log if-no-files-found: ignore - - uses: JamesIves/github-pages-deploy-action@v4.8.0 + - uses: JamesIves/github-pages-deploy-action@v4.9.0 with: branch: gh-pages folder: doc/generated/html/unitpackage diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index e2788ff..b1cc659 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -17,7 +17,7 @@ jobs: steps: - name: checkout uses: actions/checkout@v7 - - uses: prefix-dev/setup-pixi@v0.9.6 + - uses: prefix-dev/setup-pixi@v0.10.1 with: { pixi-version: v0.70.2 } - name: pylint run: pixi run pylint diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1205193..e433adc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -31,7 +31,7 @@ jobs: - name: checkout uses: actions/checkout@v7 with: { submodules: recursive } - - uses: prefix-dev/setup-pixi@v0.9.6 + - uses: prefix-dev/setup-pixi@v0.10.1 with: pixi-version: v0.70.2 - name: doctest