Skip to content

Commit 21bdf60

Browse files
authored
Merge pull request #289 from Andre601/renovate/actions-setup-python-6.x
Update actions/setup-python action to v6
2 parents 642632d + 94313e1 commit 21bdf60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wiki.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
fetch-depth: 0
3535
- name: Setup Python 3.x
36-
uses: actions/setup-python@v5
36+
uses: actions/setup-python@v6
3737
with:
3838
python-version: 3.x
3939
- name: Update Pip and install dependencies

0 commit comments

Comments
 (0)