Skip to content

Commit f8b44fb

Browse files
chore(deps): bump actions/setup-go from 5.1.0 to 5.4.0
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.1.0 to 5.4.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@41dfa10...0aaccfd) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1f9f9ee commit f8b44fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/licence-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Checkout code
3232
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
3333
- name: Setup go
34-
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed
34+
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b
3535
with:
3636
go-version: "^1.13.1"
3737
# Go is used by addlicense command (addlicense is used in melos run

0 commit comments

Comments
 (0)