From 2ed18f7da4fc1cd841f33c04328118da5602557e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 12:11:04 +0000 Subject: [PATCH] Update actions/checkout action to v6.1.0 --- .github/workflows/x.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/x.yml b/.github/workflows/x.yml index 9be1e46..5b4f26b 100644 --- a/.github/workflows/x.yml +++ b/.github/workflows/x.yml @@ -14,7 +14,7 @@ jobs: x-test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 - name: Fetch base ref for PR if: github.event_name == 'pull_request' run: git fetch origin ${{ github.base_ref }}:refs/remotes/origin/${{ github.base_ref }}