From a347b01af7286731e7170bcd1c4634d18e9a34e4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 24 Sep 2023 19:38:47 +0000 Subject: [PATCH] chore(deps): update ruby/setup-ruby to v1.154.0 --- .github/workflows/fastlane.action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fastlane.action.yaml b/.github/workflows/fastlane.action.yaml index dafcbf5a..ac1c5544 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.153.0 + uses: ruby/setup-ruby@v1.154.0 with: ruby-version: '3.0' bundler-cache: true