Skip to content

Commit

Permalink
Update pr.yml
Browse files Browse the repository at this point in the history
chanhe : actions/checkout@v4
  • Loading branch information
imberezin authored Jan 22, 2024
1 parent 7463dce commit 12606da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: macos-13

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Updating Cocoapods
run: gem install cocoapods
Expand All @@ -49,7 +49,7 @@ jobs:
name: "tvOS"
scheme: "PlayKit-Package"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: ${{ matrix.name }}
run: set -o pipefail && env NSUnbufferedIO=YES xcodebuild -scheme "${{ matrix.scheme }}" -destination "${{ matrix.destination }}" clean test | xcpretty

Expand Down

0 comments on commit 12606da

Please sign in to comment.