Skip to content

Commit b6e2434

Browse files
chore(deps): update actions/checkout action to v6
1 parent e377011 commit b6e2434

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
@@ -22,7 +22,7 @@ jobs:
2222
go-version: '1.14.1'
2323
check-latest: false
2424
steps:
25-
- uses: actions/checkout@v5
25+
- uses: actions/checkout@v6
2626
- uses: actions/setup-go@v6
2727
with:
2828
go-version: "${{ matrix.go-version }}"

0 commit comments

Comments
 (0)