Skip to content

Commit 53c0ab6

Browse files
committed
ci: refactor GitHub Actions workflows
- Update GitHub Actions workflow to use `checkout@v4` - Update GitHub Actions workflow to use `setup-go@v5` Signed-off-by: Bo-Yi Wu <[email protected]>
1 parent 32f0fad commit 53c0ab6

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
@@ -9,9 +9,9 @@ jobs:
99
go-version: ["1.20", 1.21]
1010
steps:
1111
- name: checkout source code
12-
uses: actions/checkout@v3
12+
uses: actions/checkout@v4
1313
- name: Install Go
14-
uses: actions/setup-go@v4
14+
uses: actions/setup-go@v5
1515
with:
1616
go-version: ${{ matrix.go-version }}
1717
- name: Build binary

0 commit comments

Comments
 (0)