Skip to content

Commit

Permalink
fix(#340): upgrading ruby version for fastlane (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
latin-panda authored Dec 8, 2023
1 parent 97b3576 commit 9609660
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.6
ruby-version: 2.7

- 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.6
ruby-version: 2.7

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

0 comments on commit 9609660

Please sign in to comment.