Skip to content

Commit b5ec407

Browse files
authored
Merge pull request #389 from rHomelab/renovate/actions-setup-python-7.x
chore(deps): update actions/setup-python action to v7
2 parents d68f2d2 + 7edb5e7 commit b5ec407

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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@v6
13+
uses: actions/setup-python@v7
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
@@ -26,7 +26,7 @@ jobs:
2626
ref: ${{ github.head_ref || github.ref }}
2727

2828
- name: Set up Python
29-
uses: actions/setup-python@v6
29+
uses: actions/setup-python@v7
3030

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

0 commit comments

Comments
 (0)