From a70c251b3ce5b4ae09dba501cae43fd35dfff11b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 03:09:39 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6.1.0 --- .github/workflows/pr_beta_publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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