diff --git a/.github/workflows/pr_beta_publish.yml b/.github/workflows/pr_beta_publish.yml index 0218da3..9f7251d 100644 --- a/.github/workflows/pr_beta_publish.yml +++ b/.github/workflows/pr_beta_publish.yml @@ -155,7 +155,7 @@ jobs: }); - name: Check out PR head - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v6.1.0 with: ref: ${{ steps.pr.outputs.head_sha }} fetch-depth: 0