From 4270e47ba38e4c02663ecdcb6f6d69401307383d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Dec 2025 01:01:35 +0000 Subject: [PATCH] Bump the actions group across 1 directory with 3 updates Bumps the actions group with 3 updates in the / directory: [actions/cache](https://github.com/actions/cache), [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/cache` from 4 to 5 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v4...v5) Updates `scitools/workflows/.github/workflows/ci-manifest.yml` from 2025.11.8 to 2025.12.4 - [Release notes](https://github.com/scitools/workflows/releases) - [Commits](https://github.com/scitools/workflows/compare/2025.11.8...2025.12.4) Updates `scitools/workflows/.github/workflows/ci-template-check.yml` from 2025.11.8 to 2025.12.4 - [Release notes](https://github.com/scitools/workflows/releases) - [Commits](https://github.com/scitools/workflows/compare/2025.11.8...2025.12.4) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: scitools/workflows/.github/workflows/ci-manifest.yml dependency-version: 2025.12.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: scitools/workflows/.github/workflows/ci-template-check.yml dependency-version: 2025.12.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-docs.yml | 2 +- .github/workflows/ci-manifest.yml | 2 +- .github/workflows/ci-template-check.yml | 2 +- .github/workflows/ci-tests.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-docs.yml b/.github/workflows/ci-docs.yml index 4cbdd0e..f9e8e55 100644 --- a/.github/workflows/ci-docs.yml +++ b/.github/workflows/ci-docs.yml @@ -20,7 +20,7 @@ jobs: steps: - uses: actions/checkout@v6 - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: key: tox-${{ hashFiles('requirements/dev.yml') }}-${{ hashFiles('tox.ini') }} path: | diff --git a/.github/workflows/ci-manifest.yml b/.github/workflows/ci-manifest.yml index d81bdc8..47d8ee8 100644 --- a/.github/workflows/ci-manifest.yml +++ b/.github/workflows/ci-manifest.yml @@ -23,4 +23,4 @@ concurrency: jobs: manifest: name: "check-manifest" - uses: scitools/workflows/.github/workflows/ci-manifest.yml@2025.11.8 + uses: scitools/workflows/.github/workflows/ci-manifest.yml@2025.12.4 diff --git a/.github/workflows/ci-template-check.yml b/.github/workflows/ci-template-check.yml index b7bc564..5de3ae5 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.8 + uses: scitools/workflows/.github/workflows/ci-template-check.yml@2025.12.4 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 0cf0f1a..91da693 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -31,7 +31,7 @@ jobs: steps: - uses: actions/checkout@v6 - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: key: tox-${{ hashFiles('requirements/dev.yml') }}-${{ hashFiles('tox.ini') }} path: |