From 7e9cf0209628e5aacfa4ab956b8133ca96558b41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Nov 2025 01:02:11 +0000 Subject: [PATCH] Bump the dependencies group with 3 updates Bumps the dependencies group with 3 updates: [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 `scitools/workflows/.github/workflows/refresh-lockfiles.yml` from 2025.10.7 to 2025.11.0 - [Release notes](https://github.com/scitools/workflows/releases) - [Commits](https://github.com/scitools/workflows/compare/2025.10.7...2025.11.0) Updates `scitools/workflows/.github/workflows/ci-manifest.yml` from 2025.10.7 to 2025.11.0 - [Release notes](https://github.com/scitools/workflows/releases) - [Commits](https://github.com/scitools/workflows/compare/2025.10.7...2025.11.0) Updates `scitools/workflows/.github/workflows/ci-template-check.yml` from 2025.10.7 to 2025.11.0 - [Release notes](https://github.com/scitools/workflows/releases) - [Commits](https://github.com/scitools/workflows/compare/2025.10.7...2025.11.0) --- updated-dependencies: - dependency-name: scitools/workflows/.github/workflows/refresh-lockfiles.yml dependency-version: 2025.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: scitools/workflows/.github/workflows/ci-manifest.yml dependency-version: 2025.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: scitools/workflows/.github/workflows/ci-template-check.yml dependency-version: 2025.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-locks.yml | 2 +- .github/workflows/ci-manifest.yml | 2 +- .github/workflows/ci-template-check.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-locks.yml b/.github/workflows/ci-locks.yml index 6be89ef..6039136 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.10.7 + uses: scitools/workflows/.github/workflows/refresh-lockfiles.yml@2025.11.0 secrets: inherit diff --git a/.github/workflows/ci-manifest.yml b/.github/workflows/ci-manifest.yml index e0b05fa..e5cad5d 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.10.7 + uses: scitools/workflows/.github/workflows/ci-manifest.yml@2025.11.0 diff --git a/.github/workflows/ci-template-check.yml b/.github/workflows/ci-template-check.yml index 8211ac7..9cdc415 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.10.7 + uses: scitools/workflows/.github/workflows/ci-template-check.yml@2025.11.0 secrets: inherit with: pr_number: ${{ github.event.pull_request.number }}