From e001902eef526af6fad8760584736dde807af8dd Mon Sep 17 00:00:00 2001 From: Justin Date: Tue, 12 May 2026 21:22:14 -0500 Subject: [PATCH] ci(deps): bump ops-routines-workflows from v0.6.1 to v0.6.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Upstream: https://github.com/layervai/ops-routines-workflows/releases/tag/v0.6.2 v0.6.2 surfaces unverifiable age-check failures (gh api / registry / proxy unreachable) as a sticky PR comment with re-run guidance — closes a gap in v0.6.0 where only too-new pins got a comment, leaving transient upstream failures with a red required check and no PR-level explanation. Co-Authored-By: Claude Opus 4.7 (1M context) --- .github/workflows/dependency-age-check-actions.yml | 2 +- .github/workflows/dependency-age-check-pip.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dependency-age-check-actions.yml b/.github/workflows/dependency-age-check-actions.yml index d26a02a..b7aabf6 100644 --- a/.github/workflows/dependency-age-check-actions.yml +++ b/.github/workflows/dependency-age-check-actions.yml @@ -35,7 +35,7 @@ jobs: # only if/name/needs/permissions/secrets/strategy/uses/with/concurrency # are valid on a job that calls a reusable workflow. The reusable # workflow itself sets `timeout-minutes: 5` internally. - uses: layervai/ops-routines-workflows/.github/workflows/age-check-actions.yml@4edea7408d64f424780e08f68a54000308817a08 # v0.6.1 + uses: layervai/ops-routines-workflows/.github/workflows/age-check-actions.yml@ca41c7123c507ad45331a723851da6c010541154 # v0.6.2 with: min_age_days: 7 # Post a sticky PR comment when an age-check fails, listing each diff --git a/.github/workflows/dependency-age-check-pip.yml b/.github/workflows/dependency-age-check-pip.yml index 47fe9cb..7091d4f 100644 --- a/.github/workflows/dependency-age-check-pip.yml +++ b/.github/workflows/dependency-age-check-pip.yml @@ -34,7 +34,7 @@ jobs: # only if/name/needs/permissions/secrets/strategy/uses/with/concurrency # are valid on a job that calls a reusable workflow. The reusable # workflow itself sets `timeout-minutes: 5` internally. - uses: layervai/ops-routines-workflows/.github/workflows/age-check-pip.yml@4edea7408d64f424780e08f68a54000308817a08 # v0.6.1 + uses: layervai/ops-routines-workflows/.github/workflows/age-check-pip.yml@ca41c7123c507ad45331a723851da6c010541154 # v0.6.2 with: min_age_days: 7 # Post a sticky PR comment when an age-check fails, listing each