From 438c06861cf6336ec7992dd428cc9a54c73941e0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 18:06:35 +0000 Subject: [PATCH] Update actions/setup-go action to v6.4.0 --- .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..eb63c76 100644 --- a/.github/workflows/klar.yml +++ b/.github/workflows/klar.yml @@ -18,7 +18,7 @@ jobs: - 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 }} - - uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0 + - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 with: go-version-file: 'go.mod' - name: Run tests