From 6dd8016d6f00043eaabd76e8ae3b9bad7398cd2a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Mar 2024 19:57:04 +0000 Subject: [PATCH] chore(deps): update ruby/setup-ruby to v1.172.0 --- .github/workflows/fastlane-promote.action.yaml | 2 +- .github/workflows/fastlane.action.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/fastlane-promote.action.yaml b/.github/workflows/fastlane-promote.action.yaml index e532b9b5..18bac2a4 100644 --- a/.github/workflows/fastlane-promote.action.yaml +++ b/.github/workflows/fastlane-promote.action.yaml @@ -32,7 +32,7 @@ jobs: - name: 'Check secret configuration' run: ./.github/scripts/check_secrets_decryption.sh - name: 'Setup Ruby' - uses: ruby/setup-ruby@v1.171.0 + uses: ruby/setup-ruby@v1.172.0 with: ruby-version: '3.0' bundler-cache: true diff --git a/.github/workflows/fastlane.action.yaml b/.github/workflows/fastlane.action.yaml index 3ea61cfb..2df38554 100644 --- a/.github/workflows/fastlane.action.yaml +++ b/.github/workflows/fastlane.action.yaml @@ -34,7 +34,7 @@ jobs: - name: 'Generate changelog' run: ./.github/scripts/generate_changelog.sh - name: 'Setup Ruby' - uses: ruby/setup-ruby@v1.171.0 + uses: ruby/setup-ruby@v1.172.0 with: ruby-version: '3.0' bundler-cache: true