diff --git a/.github/workflows/BuildPR.yml b/.github/workflows/BuildPR.yml index ad16cfe..04bd48d 100644 --- a/.github/workflows/BuildPR.yml +++ b/.github/workflows/BuildPR.yml @@ -12,7 +12,7 @@ jobs: xcode: [ Xcode_14.2.0, Xcode_13.4 ] steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 submodules: true