Skip to content

Commit 41e8a9f

Browse files
authored
Merge pull request #7 from uutils/renovate/actions-setup-python-6.x
Update actions/setup-python action to v6
2 parents b30ebdf + d95ae2b commit 41e8a9f

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)