Skip to content

Commit 19fce6c

Browse files
Merge pull request #15 from ast-grep/renovate/actions-checkout-5.x
chore(deps): update actions/checkout action to v5
2 parents 2841ff1 + 3165e0c commit 19fce6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

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

3030
steps:
3131
- name: Git Checkout
32-
uses: actions/checkout@v4 # https://github.com/actions/checkout
32+
uses: actions/checkout@v5 # https://github.com/actions/checkout
3333

3434
- name: Install uv
3535
uses: astral-sh/setup-uv@v6

0 commit comments

Comments
 (0)