mirror of
https://github.com/ivuorinen/actions.git
synced 2026-02-22 09:50:29 +00:00
feat(github-action): update actions/setup-go (v5.3.0 → v5.4.0) (#89)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
@@ -24,7 +24,7 @@ runs:
|
|||||||
uses: ivuorinen/actions/go-version-detect@main
|
uses: ivuorinen/actions/go-version-detect@main
|
||||||
|
|
||||||
- name: Setup Go
|
- name: Setup Go
|
||||||
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
|
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
|
||||||
with:
|
with:
|
||||||
go-version: '${{ steps.detect-go-version.outputs.go-version }}'
|
go-version: '${{ steps.detect-go-version.outputs.go-version }}'
|
||||||
|
|
||||||
|
|||||||
@@ -106,7 +106,7 @@ runs:
|
|||||||
done
|
done
|
||||||
|
|
||||||
- name: Setup Go
|
- name: Setup Go
|
||||||
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
|
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
|
||||||
with:
|
with:
|
||||||
go-version: ${{ inputs.go-version }}
|
go-version: ${{ inputs.go-version }}
|
||||||
cache: true
|
cache: true
|
||||||
|
|||||||
Reference in New Issue
Block a user