From 8d9f6811d7d3dcb5e2f135423c4f88a4bc19536c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 00:38:05 +0000 Subject: [PATCH] =?UTF-8?q?feat(github-action):=20update=20actions/setup-g?= =?UTF-8?q?o=20(v5.4.0=20=E2=86=92=20v5.5.0)=20(#134)?= 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 +- pr-lint/action.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go-build/action.yml b/go-build/action.yml index deb0efd..706d044 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@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0 + uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0 with: go-version: '${{ steps.detect-go-version.outputs.go-version }}' diff --git a/go-lint/action.yml b/go-lint/action.yml index b32cfb0..6e49995 100644 --- a/go-lint/action.yml +++ b/go-lint/action.yml @@ -106,7 +106,7 @@ runs: done - name: Setup Go - uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0 + uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0 with: go-version: ${{ inputs.go-version }} cache: true diff --git a/pr-lint/action.yml b/pr-lint/action.yml index 01d6020..cc09bd7 100644 --- a/pr-lint/action.yml +++ b/pr-lint/action.yml @@ -114,7 +114,7 @@ runs: - name: Setup Go if: steps.detect-go.outputs.found == 'true' - uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0 + uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0 with: go-version-file: 'go.mod' cache: true