From 507916471fd3903441314b76897bae4a6110aee0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 00:35:46 +0000 Subject: [PATCH] chore(deps): update pact-foundation/pact-cli digest to a7d0da1 --- .github/workflows/build.yml | 2 +- .github/workflows/compatibility-suite.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 35b1faba..3c2dff45 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -95,7 +95,7 @@ jobs: path: ~/.pact/plugins key: ${{ matrix.os }}-pact-plugins - - uses: pact-foundation/pact-cli@66cc3a4dde9a76a2ee5a0ea7ea322f442c348571 # main + - uses: pact-foundation/pact-cli@a7d0da1a30419151bde9d049cedcd07ece559232 # main - name: Install SSE plugin run: pact plugin install https://github.com/tienvx/pact-sse-plugin/releases/tag/0.1.0 -y diff --git a/.github/workflows/compatibility-suite.yml b/.github/workflows/compatibility-suite.yml index 58d6032d..8f9ea00f 100644 --- a/.github/workflows/compatibility-suite.yml +++ b/.github/workflows/compatibility-suite.yml @@ -79,7 +79,7 @@ jobs: - uses: ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda # 4.0.0 - - uses: pact-foundation/pact-cli@66cc3a4dde9a76a2ee5a0ea7ea322f442c348571 # main + - uses: pact-foundation/pact-cli@a7d0da1a30419151bde9d049cedcd07ece559232 # main - name: Install sync-message-test plugin run: pact plugin install https://github.com/tienvx/pact-sync-message-test-plugin/releases/tag/0.2.0 -y