Skip to content

Commit 7ee502a

Browse files
chore(deps): bump actions/setup-go from 5.1.0 to 5.3.0
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.1.0 to 5.3.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@41dfa10...f111f33) --- 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 13e7f1c commit 7ee502a

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@f111f3307d8850f501ac008e886eec1fd1932a34
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)