Skip to content

Commit beaae9c

Browse files
authored
Merge pull request #2 from filiph/dependabot/github_actions/actions/setup-go-5.3.0
chore(deps): bump actions/setup-go from 5.1.0 to 5.3.0
2 parents 3c09425 + 4260598 commit beaae9c

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)