From 59aa005cf2a683385dfdd7436a26cbde22122e0c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Aug 2025 10:43:35 +0000 Subject: [PATCH] Update ramsey/composer-install action to v3 --- .github/workflows/subsplit-client.yaml | 2 +- .github/workflows/test-client.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/subsplit-client.yaml b/.github/workflows/subsplit-client.yaml index 6a86bb5..6b047bb 100644 --- a/.github/workflows/subsplit-client.yaml +++ b/.github/workflows/subsplit-client.yaml @@ -17,5 +17,5 @@ jobs: with: fetch-depth: '0' persist-credentials: 'false' - - uses: "ramsey/composer-install@v2" + - uses: "ramsey/composer-install@3cf229dc2919194e9e36783941438d17239e8520" # 3.1.1 - run: make generate-example-client-subsplit diff --git a/.github/workflows/test-client.yaml b/.github/workflows/test-client.yaml index 9807d4f..75af9b6 100644 --- a/.github/workflows/test-client.yaml +++ b/.github/workflows/test-client.yaml @@ -17,7 +17,7 @@ jobs: with: fetch-depth: '0' persist-credentials: 'false' - - uses: "ramsey/composer-install@v2" + - uses: "ramsey/composer-install@3cf229dc2919194e9e36783941438d17239e8520" # 3.1.1 - run: | mkdir -p example/generated-${{ inputs.name }} - run: curl -o example/api.github.com.yaml https://raw.githubusercontent.com/github/rest-api-description/main/descriptions-next/api.github.com/api.github.com.yaml @@ -96,7 +96,7 @@ jobs: path: ./ - name: UnTar example files run: tar -xzf example.tar - - uses: ramsey/composer-install@v2 + - uses: ramsey/composer-install@3cf229dc2919194e9e36783941438d17239e8520 # 3.1.1 with: working-directory: "example/generated-${{ inputs.name }}/" ignore-cache: "yes"