Skip to content

Commit 3aca98c

Browse files
committed
fix: Use correct setup-python version
1 parent 3989b44 commit 3aca98c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155
uses: actions/checkout@v6
156156

157157
- name: Set up Python '3.13'
158-
uses: actions/setup-python@v7
158+
uses: actions/setup-python@v6
159159
with:
160160
python-version: '3.13'
161161

0 commit comments

Comments
 (0)