Skip to content

Commit 8fad06f

Browse files
authored
Merge pull request #154 from microsoft/dependabot/github_actions/actions/setup-go-6.3.0
build(deps): bump actions/setup-go from 6.2.0 to 6.3.0
2 parents 23a4070 + 457ebee commit 8fad06f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ${{ matrix.venv }}
1212
steps:
1313
- name: Install Go
14-
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
14+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
1515
with:
1616
go-version: ${{ matrix.go-version }}
1717
- name: Checkout code

0 commit comments

Comments
 (0)