Skip to content

Commit 01fa576

Browse files
chore(deps): update actions/checkout action to v6
1 parent da5174d commit 01fa576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
go-version: ${{ matrix.go }}
2222

23-
- uses: actions/checkout@v3
23+
- uses: actions/checkout@v6
2424

2525
- name: Tidy
2626
run: |

0 commit comments

Comments
 (0)