Skip to content

Commit acf5068

Browse files
ci: update actions/checkout action to v5 (#66)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c12a1a5 commit acf5068

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
@@ -31,7 +31,7 @@ jobs:
3131
go_version: ["~1.20", "~1.21", "~1.22", "~1.23", "~1.24"]
3232

3333
steps:
34-
- uses: actions/checkout@v4
34+
- uses: actions/checkout@v5
3535

3636
- name: Install Go
3737
uses: actions/setup-go@v5

0 commit comments

Comments
 (0)