Skip to content

Commit a3520fe

Browse files
committed
Updated CI
1 parent 0164789 commit a3520fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
python: [3.14, 3.9]
1010
steps:
1111
- uses: actions/checkout@v5
12-
- uses: actions/setup-python@v5
12+
- uses: actions/setup-python@v6
1313
with:
1414
python-version: ${{ matrix.python }}
1515
- run: pip install --group dev

0 commit comments

Comments
 (0)