Skip to content

Commit

Permalink
Update ruby setup version
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidDWiser committed Oct 14, 2024
1 parent e37f413 commit 3b7e69c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion .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

0 comments on commit 3b7e69c

Please sign in to comment.