Skip to content

Commit 733395c

Browse files
authored
build: update github actions (#785)
actions/checkout@v4 actions/setup-go@v5
1 parent 89d25d9 commit 733395c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ jobs:
2828

2929
steps:
3030
- name: Checkout
31-
uses: actions/checkout@v3
31+
uses: actions/checkout@v4
3232
with:
3333
fetch-depth: 0
3434

3535
- name: Setup Go
36-
uses: actions/setup-go@v3
36+
uses: actions/setup-go@v5
3737
with:
3838
go-version: ${{ matrix.go }}
3939
cache: true

.github/workflows/label-actions.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ jobs:
1717

1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v3
20+
uses: actions/checkout@v4
2121
with:
2222
fetch-depth: 0
2323

2424
- name: Setup Go
25-
uses: actions/setup-go@v3
25+
uses: actions/setup-go@v5
2626
with:
2727
go-version: ${{ matrix.go }}
2828
cache: true
@@ -32,4 +32,4 @@ jobs:
3232
run: go test ./... -race -coverprofile=coverage.txt -covermode=atomic
3333

3434
- name: Coverage
35-
run: bash <(curl -s https://codecov.io/bash)
35+
run: bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)