Skip to content

Commit b467c6a

Browse files
renovate[bot]dnaeon
authored andcommitted
chore(deps): update actions/checkout action to v6
1 parent 17ab104 commit b467c6a

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

0 commit comments

Comments
 (0)