From faad4c9f84d843ed088b7e64f56022b031f1179d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Mar 2025 08:41:47 +0000 Subject: [PATCH] =?UTF-8?q?feat(github-action):=20update=20actions/setup-g?= =?UTF-8?q?o=20(v5.3.0=20=E2=86=92=20v5.4.0)=20(#89)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- go-build/action.yml | 2 +- go-lint/action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/go-build/action.yml b/go-build/action.yml index b2770e0..deb0efd 100644 --- a/go-build/action.yml +++ b/go-build/action.yml @@ -24,7 +24,7 @@ runs: uses: ivuorinen/actions/go-version-detect@main - name: Setup Go - uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0 + uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0 with: go-version: '${{ steps.detect-go-version.outputs.go-version }}' diff --git a/go-lint/action.yml b/go-lint/action.yml index b737b16..40813de 100644 --- a/go-lint/action.yml +++ b/go-lint/action.yml @@ -106,7 +106,7 @@ runs: done - name: Setup Go - uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0 + uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0 with: go-version: ${{ inputs.go-version }} cache: true