diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 83e34762..6d616fe6 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -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 @@ -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