Skip to content

Commit d7beded

Browse files
authored
Merge pull request #68 from staticdev/dependabot/github_actions/actions/setup-go-4
Bump actions/setup-go from 3 to 4
2 parents 9ace8b2 + edc24e3 commit d7beded

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fetch-depth: 0
1818

1919
- name: Set up Go
20-
uses: actions/setup-go@v3
20+
uses: actions/setup-go@v4
2121
with:
2222
go-version: 1.18
2323

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Set up Go
17-
uses: actions/setup-go@v3
17+
uses: actions/setup-go@v4
1818
with:
1919
go-version: 1.18
2020

@@ -48,7 +48,7 @@ jobs:
4848
fetch-depth: 2
4949

5050
- name: Set up Go
51-
uses: actions/setup-go@v3
51+
uses: actions/setup-go@v4
5252
with:
5353
go-version: ${{ matrix.go }}
5454

@@ -65,7 +65,7 @@ jobs:
6565
fetch-depth: 2
6666

6767
- name: Set up Go
68-
uses: actions/setup-go@v3
68+
uses: actions/setup-go@v4
6969
with:
7070
go-version: "1.18"
7171

0 commit comments

Comments
 (0)