Skip to content

Commit 2c2dfe5

Browse files
chore(deps): update actions/checkout action to v5
1 parent cdfc1b7 commit 2c2dfe5

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@v4
25+
- uses: actions/checkout@v5
2626
- uses: actions/setup-go@v5
2727
with:
2828
go-version: "${{ matrix.go-version }}"

0 commit comments

Comments
 (0)