From 12606dad607af576e64ce6ff4f32b708211ac2dc Mon Sep 17 00:00:00 2001 From: Israel Berezin Date: Mon, 22 Jan 2024 17:44:54 +0200 Subject: [PATCH] Update pr.yml chanhe : actions/checkout@v4 --- .github/workflows/pr.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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