Skip to content

Commit 61d0407

Browse files
Merge pull request #11 from jacobwgillespie/dependabot/github_actions/actions/setup-go-5
2 parents 8a4df9b + 63ae95f commit 61d0407

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
with:
1111
fetch-depth: 0
1212

13-
- uses: actions/setup-go@v4
13+
- uses: actions/setup-go@v5
1414
with:
1515
go-version: "1.20"
1616

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
fetch-depth: 0
1818

19-
- uses: actions/setup-go@v4
19+
- uses: actions/setup-go@v5
2020
with:
2121
go-version: "1.20"
2222

0 commit comments

Comments
 (0)