From f8af99c7bac181a4e27274056dc3f35f4338f5ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Nov 2025 01:01:59 +0000 Subject: [PATCH] Bump the dependencies group with 4 updates Bumps the dependencies group with 4 updates: [actions/checkout](https://github.com/actions/checkout), [scitools/workflows/.github/workflows/refresh-lockfiles.yml](https://github.com/scitools/workflows), [scitools/workflows/.github/workflows/ci-manifest.yml](https://github.com/scitools/workflows) and [scitools/workflows/.github/workflows/ci-template-check.yml](https://github.com/scitools/workflows). 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 `scitools/workflows/.github/workflows/refresh-lockfiles.yml` from 2025.11.2 to 2025.11.8 - [Release notes](https://github.com/scitools/workflows/releases) - [Commits](https://github.com/scitools/workflows/compare/2025.11.2...2025.11.8) Updates `scitools/workflows/.github/workflows/ci-manifest.yml` from 2025.11.2 to 2025.11.8 - [Release notes](https://github.com/scitools/workflows/releases) - [Commits](https://github.com/scitools/workflows/compare/2025.11.2...2025.11.8) Updates `scitools/workflows/.github/workflows/ci-template-check.yml` from 2025.11.2 to 2025.11.8 - [Release notes](https://github.com/scitools/workflows/releases) - [Commits](https://github.com/scitools/workflows/compare/2025.11.2...2025.11.8) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: scitools/workflows/.github/workflows/refresh-lockfiles.yml dependency-version: 2025.11.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: scitools/workflows/.github/workflows/ci-manifest.yml dependency-version: 2025.11.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: scitools/workflows/.github/workflows/ci-template-check.yml dependency-version: 2025.11.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-citation.yml | 2 +- .github/workflows/ci-locks.yml | 2 +- .github/workflows/ci-manifest.yml | 2 +- .github/workflows/ci-template-check.yml | 2 +- .github/workflows/ci-tests.yml | 2 +- .github/workflows/ci-wheels.yml | 4 ++-- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci-citation.yml b/.github/workflows/ci-citation.yml index 896ed89..6f70908 100644 --- a/.github/workflows/ci-citation.yml +++ b/.github/workflows/ci-citation.yml @@ -20,7 +20,7 @@ jobs: name: "validate" runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/ci-locks.yml b/.github/workflows/ci-locks.yml index 5447149..84ab12c 100644 --- a/.github/workflows/ci-locks.yml +++ b/.github/workflows/ci-locks.yml @@ -18,5 +18,5 @@ concurrency: jobs: refresh_lockfiles: - uses: scitools/workflows/.github/workflows/refresh-lockfiles.yml@2025.11.2 + uses: scitools/workflows/.github/workflows/refresh-lockfiles.yml@2025.11.8 secrets: inherit diff --git a/.github/workflows/ci-manifest.yml b/.github/workflows/ci-manifest.yml index 9e31870..07c2d30 100644 --- a/.github/workflows/ci-manifest.yml +++ b/.github/workflows/ci-manifest.yml @@ -25,4 +25,4 @@ concurrency: jobs: manifest: name: "check-manifest" - uses: scitools/workflows/.github/workflows/ci-manifest.yml@2025.11.2 + uses: scitools/workflows/.github/workflows/ci-manifest.yml@2025.11.8 diff --git a/.github/workflows/ci-template-check.yml b/.github/workflows/ci-template-check.yml index ebd319a..b7bc564 100644 --- a/.github/workflows/ci-template-check.yml +++ b/.github/workflows/ci-template-check.yml @@ -10,7 +10,7 @@ on: jobs: prompt-share: - uses: scitools/workflows/.github/workflows/ci-template-check.yml@2025.11.2 + uses: scitools/workflows/.github/workflows/ci-template-check.yml@2025.11.8 secrets: inherit with: pr_number: ${{ github.event.pull_request.number }} diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index a783e40..8dc72e8 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -52,7 +52,7 @@ jobs: codecov: "codecov" steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/ci-wheels.yml b/.github/workflows/ci-wheels.yml index 24e8778..3563230 100644 --- a/.github/workflows/ci-wheels.yml +++ b/.github/workflows/ci-wheels.yml @@ -43,7 +43,7 @@ jobs: arch: "AMD64" steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 @@ -69,7 +69,7 @@ jobs: name: "Build sdist" runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0