Skip to content

Commit 8848d49

Browse files
renovate[bot]dnaeon
authored andcommitted
chore(deps): update actions/checkout action to v6
1 parent 3686aef commit 8848d49

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 reports to Codecov
1818
uses: codecov/codecov-action@v5.5.1

0 commit comments

Comments
 (0)