diff --git a/.github/workflows/ci-manifest.yml b/.github/workflows/ci-manifest.yml index 47d8ee8c7a..6450a2d13a 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.12.4 + uses: scitools/workflows/.github/workflows/ci-manifest.yml@2026.01.0 diff --git a/.github/workflows/ci-template-check.yml b/.github/workflows/ci-template-check.yml index 5de3ae5fd0..cc9f85ae44 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.12.4 + uses: scitools/workflows/.github/workflows/ci-template-check.yml@2026.01.0 secrets: inherit with: pr_number: ${{ github.event.pull_request.number }} diff --git a/.github/workflows/refresh-lockfiles.yml b/.github/workflows/refresh-lockfiles.yml index be483ff659..e7d743311c 100644 --- a/.github/workflows/refresh-lockfiles.yml +++ b/.github/workflows/refresh-lockfiles.yml @@ -14,5 +14,5 @@ on: jobs: refresh_lockfiles: - uses: scitools/workflows/.github/workflows/refresh-lockfiles.yml@2025.12.4 + uses: scitools/workflows/.github/workflows/refresh-lockfiles.yml@2026.01.0 secrets: inherit