Skip to content

Commit

Permalink
fix(#368): Upgrade ruby version
Browse files Browse the repository at this point in the history
Upgrade Ruby version from 2.7 to 3.3 in build and publish files for GH actions
  • Loading branch information
binokaryg committed Jul 1, 2024
1 parent a24e5c1 commit 2f7bd29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
if: ${{ env.ANDROID_SECRETS_KEY }}
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
ruby-version: 3.3

- name: Set up Fastlane
if: ${{ env.ANDROID_SECRETS_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
ruby-version: 3.3

- name: Set up Fastlane
run: gem install fastlane --no-document --quiet
Expand Down

0 comments on commit 2f7bd29

Please sign in to comment.