Skip to content

Commit c55f740

Browse files
chore(deps): bump actions/setup-go from 3 to 4 (#1450)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 06a5cf6 commit c55f740

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
python-version: "3.10"
2626

27-
- uses: actions/setup-go@v3
27+
- uses: actions/setup-go@v4
2828
with:
2929
go-version: "^1.18"
3030
check-latest: true
@@ -99,7 +99,7 @@ jobs:
9999
with:
100100
python-version: "3.10"
101101

102-
- uses: actions/setup-go@v3
102+
- uses: actions/setup-go@v4
103103
with:
104104
go-version: "^1.18"
105105
check-latest: true

0 commit comments

Comments
 (0)