Skip to content

Commit 050d47d

Browse files
authored
Merge pull request #348 from rHomelab/renovate/actions-setup-python-6.x
2 parents 7b66d2b + e974176 commit 050d47d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ runs:
1010
PYVER=$(bash "$GITHUB_WORKSPACE/.github/find_latest_red_pyver.sh")
1111
echo "python-version=$PYVER" >> "$GITHUB_OUTPUT"
1212
- name: Set up Python
13-
uses: actions/setup-python@v5
13+
uses: actions/setup-python@v6
1414
with:
1515
python-version: ${{ steps.find_pyver.outputs.python-version }}
1616
- name: Install cog dependencies

.github/workflows/compile-requirements.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
token: ${{ secrets.GITHUB_TOKEN }}
2626

2727
- name: Set up Python
28-
uses: actions/setup-python@v5
28+
uses: actions/setup-python@v6
2929

3030
- name: Compile requirements
3131
run: python3 .github/compile_cog_requirements.py

0 commit comments

Comments
 (0)