From 081986c58ffe16133c92607002fdec7414b89c5f Mon Sep 17 00:00:00 2001 From: Josh Vaughen Date: Mon, 14 Sep 2026 11:58:03 -0700 Subject: [PATCH] chore(ci): lib v2.1.3, the chain step names the caller's workflow file --- .github/workflows/check.yml | 2 +- .github/workflows/sync.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index a38fe42..c6edc9a 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -8,7 +8,7 @@ jobs: timeout-minutes: 30 steps: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - - uses: katoptra/lib/.github/actions/toolbox@81fb6ee34abc7703087cfe4a303263febc912c6f # v2.0.0 + - uses: katoptra/lib/.github/actions/toolbox@f6343cde2c841df1f963370dd719b2a1006a8457 # v2.1.3 with: {op: 'false'} - run: task check - run: task run -- task offline diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index ca19a8a..ad2552f 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -12,6 +12,6 @@ permissions: concurrency: {group: sync, cancel-in-progress: false} jobs: sync: - uses: katoptra/lib/.github/workflows/sync.yml@81fb6ee34abc7703087cfe4a303263febc912c6f # v2.0.0 + uses: katoptra/lib/.github/workflows/sync.yml@f6343cde2c841df1f963370dd719b2a1006a8457 # v2.1.3 with: {vars: '${{ inputs.vars }}', timeout-minutes: 90} secrets: inherit