Skip to content

Commit 6d9bd33

Browse files
committed
ci: 更新 actions 的版本
1 parent 4d575e0 commit 6d9bd33

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/checkout@v4
1919

2020
- name: Set up Go ${{ matrix.go }}
21-
uses: actions/setup-go@v4
21+
uses: actions/setup-go@v5
2222
with:
2323
go-version: ${{ matrix.go }}
2424
id: go
@@ -30,7 +30,7 @@ jobs:
3030
run: go test -v -coverprofile='coverage.txt' -covermode=atomic ./...
3131

3232
- name: Upload Coverage report
33-
uses: codecov/codecov-action@v4
33+
uses: codecov/codecov-action@v5
3434
with:
3535
token: ${{secrets.CODECOV_TOKEN}}
3636
file: ./coverage.txt

0 commit comments

Comments
 (0)