Skip to content

Commit 9539b6e

Browse files
committed
ci: upgrade test action
1 parent c5596e3 commit 9539b6e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ jobs:
99
runs-on: ${{ matrix.os }}
1010
steps:
1111
- name: Install Go
12-
uses: actions/setup-go@v4
12+
uses: actions/setup-go@v5
1313
with:
1414
go-version: ${{ matrix.go-version }}
1515
- name: Checkout code
16-
uses: actions/checkout@v3
16+
uses: actions/checkout@v4
1717
- name: Test
1818
run: go test ./...
1919
- name: Sample run
2020
run: go run . PATH -o table
21-
- uses: actions/cache@v3
21+
- uses: actions/cache@v4
2222
with:
2323
path: ~/go/pkg/mod
2424
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}

0 commit comments

Comments
 (0)