Skip to content

Commit 21a6fcb

Browse files
chore(deps): update actions/checkout action to v6
1 parent 4012855 commit 21a6fcb

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@v5 # https://github.com/actions/checkout
32+
uses: actions/checkout@v6 # https://github.com/actions/checkout
3333

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

0 commit comments

Comments
 (0)