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