Skip to content

Commit d95ae2b

Browse files
Update actions/setup-python action to v6
1 parent 98c857b commit d95ae2b

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
@@ -26,7 +26,7 @@ jobs:
2626
uses: Swatinem/rust-cache@v2
2727

2828
- name: Setup Python
29-
uses: actions/setup-python@v5
29+
uses: actions/setup-python@v6
3030
with:
3131
python-version: '3.x'
3232

0 commit comments

Comments
 (0)