diff --git a/.github/actions/prepare-mobile-build/action.yaml b/.github/actions/prepare-mobile-build/action.yaml index e491af4d2..a83864250 100644 --- a/.github/actions/prepare-mobile-build/action.yaml +++ b/.github/actions/prepare-mobile-build/action.yaml @@ -5,7 +5,7 @@ runs: using: composite steps: # The required ruby version is mentioned in '.ruby-version' - - uses: ruby/setup-ruby@eaecf785f6a34567a6d97f686bbb7bccc1ac1e5c # v1.237.0 + - uses: ruby/setup-ruby@e34163cd15f4bb403dcd72d98e295997e6a55798 # v1.238.0 - name: ci/setup-fastlane-dependencies shell: bash diff --git a/.github/workflows/github-release.yml b/.github/workflows/github-release.yml index c71368b08..9455ad881 100644 --- a/.github/workflows/github-release.yml +++ b/.github/workflows/github-release.yml @@ -170,7 +170,7 @@ jobs: - name: ci/checkout-repo uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - - uses: ruby/setup-ruby@eaecf785f6a34567a6d97f686bbb7bccc1ac1e5c # v1.237.0 + - uses: ruby/setup-ruby@e34163cd15f4bb403dcd72d98e295997e6a55798 # v1.238.0 - name: release/setup-fastlane-dependencies run: bundle install