From 6e0ad38d521dfa72f6fc07b1ef7d1bd2b6d76cba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 09:35:06 +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.3 to 0.9.4 - [Release notes](https://github.com/prefix-dev/setup-pixi/releases) - [Commits](https://github.com/prefix-dev/setup-pixi/compare/v0.9.3...v0.9.4) Updates `JamesIves/github-pages-deploy-action` from 4.7.6 to 4.8.0 - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases) - [Commits](https://github.com/jamesives/github-pages-deploy-action/compare/v4.7.6...v4.8.0) --- updated-dependencies: - dependency-name: prefix-dev/setup-pixi dependency-version: 0.9.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: JamesIves/github-pages-deploy-action dependency-version: 4.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/dev.yml | 2 +- .github/workflows/doc.yml | 4 ++-- .github/workflows/lint.yml | 8 ++++---- .github/workflows/test.yml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index ee3ff8a..89c7a63 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/checkout@v6 with: { submodules: recursive } - - uses: prefix-dev/setup-pixi@v0.9.3 + - uses: prefix-dev/setup-pixi@v0.9.4 with: { pixi-version: v0.42.1 } - run: pixi run sage -c 'import surface_dynamics' - run: pixi run -e dev test-doctest diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml index 4c229cb..7165f9c 100644 --- a/.github/workflows/doc.yml +++ b/.github/workflows/doc.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v6 - - uses: prefix-dev/setup-pixi@v0.9.3 + - uses: prefix-dev/setup-pixi@v0.9.4 with: { pixi-version: v0.41.2 } - name: build documentation run: | @@ -26,7 +26,7 @@ jobs: with: name: doc path: doc/build/html - - uses: JamesIves/github-pages-deploy-action@v4.7.6 + - uses: JamesIves/github-pages-deploy-action@v4.8.0 with: branch: gh-pages folder: doc/build/html diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 18c9014..b118e18 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -12,27 +12,27 @@ jobs: runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v6 - - uses: prefix-dev/setup-pixi@v0.9.3 + - uses: prefix-dev/setup-pixi@v0.9.4 with: { pixi-version: v0.39.0 } - run: pixi run codespell pycodestyle: runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v6 - - uses: prefix-dev/setup-pixi@v0.9.3 + - uses: prefix-dev/setup-pixi@v0.9.4 with: { pixi-version: v0.39.0 } - run: pixi run pycodestyle ruff: runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v6 - - uses: prefix-dev/setup-pixi@v0.9.3 + - uses: prefix-dev/setup-pixi@v0.9.4 with: { pixi-version: v0.39.0 } - run: pixi run ruff cython-lint: runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v6 - - uses: prefix-dev/setup-pixi@v0.9.3 + - uses: prefix-dev/setup-pixi@v0.9.4 with: { pixi-version: v0.39.0 } - run: pixi run cython-lint diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 69b7061..f1ed02d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -41,7 +41,7 @@ jobs: steps: - uses: actions/checkout@v6 with: { submodules: recursive } - - uses: prefix-dev/setup-pixi@v0.9.3 + - uses: prefix-dev/setup-pixi@v0.9.4 with: { pixi-version: v0.39.0 } - run: pixi run -e ${{ matrix.environment }} test-doctest-long - run: pixi run -e ${{ matrix.environment }} test-pytest