diff --git a/.github/workflows/fastlane.action.yaml b/.github/workflows/fastlane.action.yaml index b539d266..fc43ec9f 100644 --- a/.github/workflows/fastlane.action.yaml +++ b/.github/workflows/fastlane.action.yaml @@ -30,7 +30,7 @@ jobs: - name: 'Generate changelog' run: ./.github/scripts/generate_changelog.sh - name: 'Setup Ruby' - uses: ruby/setup-ruby@v1.185.0 + uses: ruby/setup-ruby@v1.187.0 with: ruby-version: '3.0' bundler-cache: true