Skip to content

Commit

Permalink
Update setup ruby action version
Browse files Browse the repository at this point in the history
  • Loading branch information
DDavidPrime committed Oct 14, 2024
1 parent e37f413 commit 0b44c4c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fastlane_build_and_deploy_android_app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
distribution: 'temurin'
java-version: '17'
- name: Setup Ruby env
uses: ruby/setup-ruby@v1.176.0
uses: ruby/setup-ruby@v1.196.0
with:
ruby-version: 3.1.0
bundler-cache: true
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
- name: Rename config
run: mv "devops/artifacts/android-deployment.yaml" "devops/artifacts/deployment.yaml"
- name: Setup Ruby env
uses: ruby/setup-ruby@v1.176.0
uses: ruby/setup-ruby@v1.196.0
with:
ruby-version: 3.1.0
bundler-cache: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/fastlane_build_and_deploy_ios_app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
flutter-version: ${{ inputs.flutter_version }}
channel: "stable"
- name: Setup Ruby env
uses: ruby/setup-ruby@v1.176.0
uses: ruby/setup-ruby@v1.196.0
with:
ruby-version: 3.1.0
bundler-cache: true
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
- name: Rename config
run: mv "devops/artifacts/ios-deployment.yaml" "devops/artifacts/deployment.yaml"
- name: Setup Ruby env
uses: ruby/setup-ruby@v1.176.0
uses: ruby/setup-ruby@v1.196.0
with:
ruby-version: 3.1.0
bundler-cache: true
Expand Down

0 comments on commit 0b44c4c

Please sign in to comment.