Skip to content

Commit 3165e0c

Browse files
chore(deps): update actions/checkout action to v5
1 parent 6659a60 commit 3165e0c

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@v5

0 commit comments

Comments
 (0)