Skip to content

Commit 02d54d0

Browse files
committed
ci: fix checkout action version format
1 parent 7219606 commit 02d54d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
python-version: [3.9, "3.10", "3.11", "3.12"]
1313

1414
steps:
15-
- uses: actions/checkout@6
15+
- uses: actions/checkout@v6
1616
- name: Install uv
1717
uses: astral-sh/setup-uv@v8.0.0
1818
with:

0 commit comments

Comments
 (0)