Skip to content

Commit 0fa500b

Browse files
chore(deps): update actions/checkout action to v5
1 parent 6701c56 commit 0fa500b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
# To use this repository's private action,
99
# you must check out the repository
1010
- name: Checkout
11-
uses: actions/checkout@v4
11+
uses: actions/checkout@v5
1212
- name: ast-grep lint step
1313
id: basic
1414
uses: ./ # Uses an action in the root directory

0 commit comments

Comments
 (0)