diff --git a/.github/workflows/fastlane.action.yaml b/.github/workflows/fastlane.action.yaml index a06c0b22..d8d02989 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.157.0 + uses: ruby/setup-ruby@v1.159.0 with: ruby-version: '3.0' bundler-cache: true