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