Skip to content

Commit 667f9c1

Browse files
Update actions/checkout action to v5
1 parent 82d4e19 commit 667f9c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/setup-go@v3
1313
with:
1414
go-version: ${{ matrix.go-version }}
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v5
1616
- run: make test_cover
1717
- name: Upload coverage to Codecov
1818
uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)