Skip to content

Commit bb7e5bd

Browse files
authored
Merge pull request #55 from lucasew/renovate/actions-checkout-6.x
chore(deps): update actions/checkout action to v6
2 parents 0cf062a + 9dddbb3 commit bb7e5bd

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)