Skip to content

Commit 119f8ff

Browse files
Bump actions/setup-go from 2 to 4 (#112)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2 to 4. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v2...v4) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Daniel Ranson <[email protected]>
1 parent b3f7f88 commit 119f8ff

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/codeql.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v4
1414

15-
- uses: actions/setup-go@v2
15+
- uses: actions/setup-go@v4
1616
with:
1717
go-version: ^1.16
1818

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
fetch-depth: 0 # See: https://goreleaser.com/ci/actions/
1717

18-
- uses: actions/setup-go@v2
18+
- uses: actions/setup-go@v4
1919
with:
2020
go-version: ^1.16
2121

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v4
1515

16-
- uses: actions/setup-go@v2
16+
- uses: actions/setup-go@v4
1717
with:
1818
go-version: ^1.16
1919

0 commit comments

Comments
 (0)