Skip to content

Commit 7b0d430

Browse files
authored
Merge pull request #62 from rHomelab/renovate/actions-setup-python-6.x
2 parents b276cee + 56d9f78 commit 7b0d430

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/redbot-args-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
echo "$pyver"
1919
echo "python_version=$pyver" >> "$GITHUB_OUTPUT"
2020
21-
- uses: actions/setup-python@v5
21+
- uses: actions/setup-python@v6
2222
with:
2323
python-version: ${{ steps.build_info.outputs.python_version }}
2424

0 commit comments

Comments
 (0)