From ccda8ff50c3feeb3f1bffdcc55be853d917336f8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 15:04:15 +0000 Subject: [PATCH] Update actions/checkout action to v6.0.3 --- .github/workflows/klar.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/klar.yml b/.github/workflows/klar.yml index a5c4a42..f8fc481 100644 --- a/.github/workflows/klar.yml +++ b/.github/workflows/klar.yml @@ -14,7 +14,7 @@ jobs: klar-test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - 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 }}