Skip to content

Commit 5a4738a

Browse files
Update actions/setup-python action to v6
1 parent 923ac21 commit 5a4738a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
version: "0.6.0"
2020
- name: Setup Python
21-
uses: actions/setup-python@v5
21+
uses: actions/setup-python@v6
2222
with:
2323
python-version-file: "pyproject.toml"
2424
- name: Install dependencies

0 commit comments

Comments
 (0)