Skip to content

Commit ccd2d3c

Browse files
chore: bump actions/setup-go from 5.3.0 to 5.4.0 (#74)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.3.0 to 5.4.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@f111f33...0aaccfd) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1d9c0c3 commit ccd2d3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/repository-validation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # V4.2.2
6262

6363
- name: Setup Go ${{ needs.get-go-version.outputs.version }}
64-
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # V5.3.0
64+
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # V5.4.0
6565
with:
6666
go-version: ${{ needs.get-go-version.outputs.version }}
6767

0 commit comments

Comments
 (0)