Skip to content

Commit 261b9a4

Browse files
chore(deps): bump actions/setup-go from 5.0.0 to 6.1.0
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.0.0 to 6.1.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@0c52d54...4dc6199) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent de55937 commit 261b9a4

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
@@ -29,7 +29,7 @@ jobs:
2929
timeout-minutes: 30
3030
steps:
3131
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
32-
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
32+
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c
3333
with:
3434
go-version: "^1.13.1"
3535
# Go is used by addlicense command (addlicense is used in melos run

0 commit comments

Comments
 (0)