From e6f71175115324c7f73751ac8f5fbc05800d0a8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 09:15:05 +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), [actions/upload-artifact](https://github.com/actions/upload-artifact) and [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action). Updates `actions/checkout` from 5 to 6 - [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/v5...v6) Updates `actions/upload-artifact` from 5 to 6 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v5...v6) Updates `JamesIves/github-pages-deploy-action` from 4.7.4 to 4.7.6 - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases) - [Commits](https://github.com/jamesives/github-pages-deploy-action/compare/v4.7.4...v4.7.6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: JamesIves/github-pages-deploy-action dependency-version: 4.7.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/dev.yml | 2 +- .github/workflows/doc.yml | 6 +++--- .github/workflows/lint.yml | 8 ++++---- .github/workflows/test.yml | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index ef0402d..ee3ff8a 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -14,7 +14,7 @@ jobs: matrix: on: ["ubuntu-24.04"] steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: { submodules: recursive } - uses: prefix-dev/setup-pixi@v0.9.3 with: { pixi-version: v0.42.1 } diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml index 9e99574..4c229cb 100644 --- a/.github/workflows/doc.yml +++ b/.github/workflows/doc.yml @@ -11,7 +11,7 @@ jobs: build-manual: runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: prefix-dev/setup-pixi@v0.9.3 with: { pixi-version: v0.41.2 } - name: build documentation @@ -22,11 +22,11 @@ jobs: - name: detect broken links run: pixi run -e dev doc-linkcheck - name: provide documentation as artifact for netlify workflow - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: doc path: doc/build/html - - uses: JamesIves/github-pages-deploy-action@v4.7.4 + - uses: JamesIves/github-pages-deploy-action@v4.7.6 with: branch: gh-pages folder: doc/build/html diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 09a8d88..18c9014 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -11,28 +11,28 @@ jobs: codespell: runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: prefix-dev/setup-pixi@v0.9.3 with: { pixi-version: v0.39.0 } - run: pixi run codespell pycodestyle: runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: prefix-dev/setup-pixi@v0.9.3 with: { pixi-version: v0.39.0 } - run: pixi run pycodestyle ruff: runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: prefix-dev/setup-pixi@v0.9.3 with: { pixi-version: v0.39.0 } - run: pixi run ruff cython-lint: runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: prefix-dev/setup-pixi@v0.9.3 with: { pixi-version: v0.39.0 } - run: pixi run cython-lint diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index dc8ef09..69b7061 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -39,7 +39,7 @@ jobs: - { environment: "sagemath-105-minimal", on: "ubuntu-24.04" } - { environment: "sagemath-105-all", on: "ubuntu-24.04" } steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: { submodules: recursive } - uses: prefix-dev/setup-pixi@v0.9.3 with: { pixi-version: v0.39.0 }