Skip to content

Commit

Permalink
use Action V4 (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmroz committed Nov 27, 2024
1 parent 25f526a commit d10ef3f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ jobs:
runs-on: macos-13
steps:
- name: Checkout Repo
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Bundle Install
run: bundle install --gemfile=Gemfile
- name: Lint PayKit Podspec
run: bundle exec --gemfile=Gemfile pod lib lint --verbose --fail-fast CashAppPayKit.podspec
- name: Lint PayKitUI Podspec
run: bundle exec --gemfile=Gemfile pod lib lint --verbose --fail-fast CashAppPayKitUI.podspec
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: failure()
with:
name: failed_snaphots
Expand All @@ -29,7 +29,7 @@ jobs:
runs-on: macos-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Select Xcode Version (15.1.0)
run: sudo xcode-select --switch /Applications/Xcode_15.1.0.app/Contents/Developer
- name: Build
Expand Down

0 comments on commit d10ef3f

Please sign in to comment.