Skip to content

Commit

Permalink
[CI] Update to latest fastlane action
Browse files Browse the repository at this point in the history
  • Loading branch information
weiran committed Jul 17, 2023
1 parent e227c82 commit a7a1013
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7.3'
bundler-cache: true
- name: Run SwiftLint
uses: maierj/fastlane-action@v2.2.1
uses: maierj/fastlane-action@v3.0.0
with:
lane: 'lint'
subdirectory: 'fastlane'
Expand All @@ -31,7 +32,7 @@ jobs:
ruby-version: '2.7.3'
- uses: AckeeCZ/load-xcode-version@1.0
- name: Run UI Tests
uses: maierj/fastlane-action@v2.2.1
uses: maierj/fastlane-action@v3.0.0
with:
lane: 'test'
subdirectory: 'fastlane'
Expand All @@ -46,7 +47,7 @@ jobs:
ruby-version: '2.7.3'
- uses: AckeeCZ/load-xcode-version@1.0
- name: Build
uses: maierj/fastlane-action@v2.2.1
uses: maierj/fastlane-action@v3.0.0
with:
lane: 'build'
subdirectory: 'fastlane'

0 comments on commit a7a1013

Please sign in to comment.