Skip to content

Commit 8ee5b1b

Browse files
chore(deps): update actions/setup-go action to v4 (#28)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 97304c4 commit 8ee5b1b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@v3
2121

2222
- name: "Set up Go ${{ env.GO_VERSION }}"
23-
uses: actions/setup-go@v3
23+
uses: actions/setup-go@v4
2424
with:
2525
go-version: "${{ env.GO_VERSION }}"
2626
cache: true
@@ -41,7 +41,7 @@ jobs:
4141
uses: actions/checkout@v3
4242

4343
- name: "Set up Go ${{ env.GO_VERSION }}"
44-
uses: actions/setup-go@v3
44+
uses: actions/setup-go@v4
4545
with:
4646
go-version: "${{ env.GO_VERSION }}"
4747
cache: true

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
fetch-depth: 0
2828

2929
- name: "Set up Go ${{ env.GO_VERSION }}"
30-
uses: actions/setup-go@v3
30+
uses: actions/setup-go@v4
3131
with:
3232
go-version: "${{ env.GO_VERSION }}"
3333
cache: true

0 commit comments

Comments
 (0)