diff --git a/.github/workflows/BuildPR.yml b/.github/workflows/BuildPR.yml index 5069f949..517b86c1 100644 --- a/.github/workflows/BuildPR.yml +++ b/.github/workflows/BuildPR.yml @@ -35,7 +35,7 @@ jobs: brew install openssl@3 openssl version - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 submodules: true