Skip to content

Commit f209925

Browse files
authored
Merge pull request #37 from googlemaps-samples/dependabot/github_actions/actions/setup-go-6.1.0
chore(deps): bump actions/setup-go from 5.5.0 to 6.1.0
2 parents 9f13686 + fa8df63 commit f209925

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@d35c59abb061a4a6fb18e82ac0862c26744d6ab5
34+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c
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)