Skip to content
This repository was archived by the owner on Jul 31, 2024. It is now read-only.

Commit 8f6c442

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: checkout
1313
uses: actions/checkout@v3
1414
- name: Use Go ${{ matrix.go-version }}
15-
uses: actions/setup-go@v3
15+
uses: actions/setup-go@v4
1616
with:
1717
go-version: ${{ matrix.go-version }}
1818
cache: true
@@ -31,7 +31,7 @@ jobs:
3131
- name: checkout
3232
uses: actions/checkout@v3
3333
- name: Use Go ${{ matrix.go-version }}
34-
uses: actions/setup-go@v3
34+
uses: actions/setup-go@v4
3535
with:
3636
go-version: ${{ matrix.go-version }}
3737
cache: true

0 commit comments

Comments
 (0)