Skip to content

Commit 4c1130b

Browse files
Update actions/checkout action to v7
1 parent 2e527a7 commit 4c1130b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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@v6
1313
with:
1414
go-version: ${{ matrix.go-version }}
15-
- uses: actions/checkout@v6
15+
- uses: actions/checkout@v7
1616
- run: make test_cover
1717
- name: Upload coverage to Codecov
1818
uses: codecov/codecov-action@v7

0 commit comments

Comments
 (0)