diff --git a/.github/workflows/BuildPR.yml b/.github/workflows/BuildPR.yml index 4339ba81..98d49dfc 100644 --- a/.github/workflows/BuildPR.yml +++ b/.github/workflows/BuildPR.yml @@ -32,7 +32,7 @@ jobs: brew install openssl@3 openssl version - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 submodules: true