From 5b419a3be368d29fd5dc2f0ae42cb3a936b1bac6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 May 2025 00:26:52 +0000 Subject: [PATCH] Bump scitools/workflows in the dependencies group Bumps the dependencies group with 1 update: [scitools/workflows](https://github.com/scitools/workflows). Updates `scitools/workflows` from 2025.04.4 to 2025.05.1 - [Release notes](https://github.com/scitools/workflows/releases) - [Commits](https://github.com/scitools/workflows/compare/2025.04.4...2025.05.1) --- updated-dependencies: - dependency-name: scitools/workflows dependency-version: 2025.05.1 dependency-type: direct:production 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 e3b93a0..d2887f1 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.04.4 + uses: scitools/workflows/.github/workflows/refresh-lockfiles.yml@2025.05.1 secrets: inherit diff --git a/.github/workflows/ci-manifest.yml b/.github/workflows/ci-manifest.yml index 824bb2e..5f24870 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.04.4 + uses: scitools/workflows/.github/workflows/ci-manifest.yml@2025.05.1 diff --git a/.github/workflows/ci-template-check.yml b/.github/workflows/ci-template-check.yml index bca0913..ed3b6f9 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.04.4 + uses: scitools/workflows/.github/workflows/ci-template-check.yml@2025.05.1 secrets: inherit with: pr_number: ${{ github.event.pull_request.number }}