From f1beb66013287c76025905b7d15c1dff87ad116f Mon Sep 17 00:00:00 2001 From: alpha-mbp-bridge <316157254+alpha-mbp-bridge@users.noreply.github.com> Date: Sat, 5 Sep 2026 14:14:27 +0700 Subject: [PATCH] chore(repo-state): pin caller to family-os v0.18.0 (family-os#163) Reusable workflow v0.18.0 refreshes latest_tag / latest_release_url on every update run. uses: and generator_ref move together per the caller contract. Co-Authored-By: Claude Fable 5.1 --- .github/workflows/repo-state.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/repo-state.yml b/.github/workflows/repo-state.yml index a762afe..adbed8a 100644 --- a/.github/workflows/repo-state.yml +++ b/.github/workflows/repo-state.yml @@ -17,7 +17,7 @@ concurrency: jobs: repo-state: - uses: caty-ai/family-os/.github/workflows/repo-state.yml@v0.12.1 + uses: caty-ai/family-os/.github/workflows/repo-state.yml@v0.18.0 secrets: inherit with: - generator_ref: v0.12.1 + generator_ref: v0.18.0