Skip to content

Commit b104221

Browse files
to suppress a js warning from CI
1 parent d3088b6 commit b104221

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
@@ -16,7 +16,7 @@ jobs:
1616
python-version: ["3.11", "3.12", "3.13"]
1717

1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v6.0.2
2020
- name: Install uv and set the python version
2121
uses: astral-sh/setup-uv@v8.0.0
2222
with:

0 commit comments

Comments
 (0)