From c9354286213855b29f8d890bb030bc2a4f2f7347 Mon Sep 17 00:00:00 2001 From: Shawn Jackson Date: Fri, 13 Jun 2025 18:09:42 -0700 Subject: [PATCH] CU-868cu9311 Fix --- .github/workflows/react-native-cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/react-native-cicd.yml b/.github/workflows/react-native-cicd.yml index 4ca6ec83..4e832edd 100644 --- a/.github/workflows/react-native-cicd.yml +++ b/.github/workflows/react-native-cicd.yml @@ -129,7 +129,7 @@ jobs: yarn global add fastlane - name: 🏗 Setup Ruby - uses: actions/setup-ruby@v1 + uses: ruby/setup-ruby@v1 with: ruby-version: '2.6' bundler-cache: true