Skip to content

Commit

Permalink
[CI] update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs authored Apr 11, 2022
1 parent 7e97fc0 commit 1a33e74
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
runs-on: macos-11

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7.3'
- name: Run SwiftLint
uses: maierj/fastlane-action@v2.0.1
uses: maierj/fastlane-action@v2.2.0
with:
lane: 'lint'
subdirectory: 'fastlane'
Expand All @@ -25,15 +25,15 @@ jobs:
runs-on: macos-11

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7.3'
- uses: AckeeCZ/load-xcode-version@1.0
- name: Install Dependencies
run: pod install --repo-update
- name: Run UI Tests
uses: maierj/fastlane-action@v2.0.1
uses: maierj/fastlane-action@v2.2.0
with:
lane: 'test'
subdirectory: 'fastlane'
Expand All @@ -42,15 +42,15 @@ jobs:
runs-on: macos-11

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7.3'
- uses: AckeeCZ/load-xcode-version@1.0
- name: Install Dependencies
run: pod install --repo-update
- name: Build
uses: maierj/fastlane-action@v2.0.1
uses: maierj/fastlane-action@v2.2.0
with:
lane: 'build'
subdirectory: 'fastlane'
subdirectory: 'fastlane'

0 comments on commit 1a33e74

Please sign in to comment.