From 6636ed0635dfcbe9cea73f2125121104ab0f6eb0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 15:39:58 +0000 Subject: [PATCH] chore(deps): update actions/setup-go action to v5 --- .github/actions/lfs-setup/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/lfs-setup/action.yml b/.github/actions/lfs-setup/action.yml index 0b55bb0a..9d4b24bd 100644 --- a/.github/actions/lfs-setup/action.yml +++ b/.github/actions/lfs-setup/action.yml @@ -25,7 +25,7 @@ runs: - name: Set up Go if: steps.tkinfra-cache.outputs.cache-hit != 'true' - uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0 + uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0 with: go-version: '1.21' cache: false