Skip to content

Commit 5c0270e

Browse files
chore: update actions/checkout action to v6
1 parent 3e8c4ff commit 5c0270e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66

77
steps:
88
- name: Checkout
9-
uses: actions/checkout@v5
9+
uses: actions/checkout@v6
1010
- name: Use Node.js
1111
uses: actions/setup-node@v6
1212
with:

0 commit comments

Comments
 (0)