Skip to content

Commit 9dddbb3

Browse files
chore(deps): update actions/checkout action to v6
1 parent 0cf062a commit 9dddbb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-deps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/setup-go@v6
2020

2121
- name: Checkout
22-
uses: actions/checkout@v5
22+
uses: actions/checkout@v6
2323

2424
- name: Update minor and patch-level dependencies
2525
run: go get -t -u ./...

0 commit comments

Comments
 (0)