From f77ce67bb2ce90062da29a6957556893a738c846 Mon Sep 17 00:00:00 2001 From: ani hammond Date: Mon, 20 Jul 2026 21:41:37 +0300 Subject: [PATCH] fix(ci): bump mysticat-ci pin from @v2 to @v3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit @v2 is a frozen floating tag — mysticat-ci's main has moved on to v3 (adds an optional, default-off mac-giver-caller input; no breaking changes for consumers that don't set it). Bumping the pin lets this repo pick up adobe/mysticat-ci#22 (decouples it-postgres from build, roughly halving PR CI wall-clock time) once that fix is merged and released, without a further pin change here. --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9a9b73a59b..44c8661d75 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,7 +13,7 @@ on: jobs: ci: - uses: adobe/mysticat-ci/.github/workflows/service-ci.yaml@v2 + uses: adobe/mysticat-ci/.github/workflows/service-ci.yaml@v3 with: service-name: api-service validate-pr-title: true