Skip to content

Commit

Permalink
Update review.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo4405 committed Mar 27, 2024
1 parent a0e8bfe commit 47b03ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ jobs:
runs-on: macOS-13

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Select Xcode version
run: sudo xcode-select -s '/Applications/Xcode_15.0.app'
- name: bundle install
env:
DANGER_GITHUB_API_TOKEN: ${{ secrets.DANGER_GITHUB_API_TOKEN }}
DANGER_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
bundle install
bundle exec fastlane review

0 comments on commit 47b03ca

Please sign in to comment.