From e3c328f204537370dc227b37f396b50900ab0a81 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 03:02:22 +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 0218da32..9f7251d3 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