Skip to content

Commit 861dcc6

Browse files
chore(deps): update actions/setup-python action to v7 (#963)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 13a462b commit 861dcc6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/setup-python-env/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ inputs:
1414
runs:
1515
using: "composite"
1616
steps:
17-
- uses: actions/setup-python@v6
17+
- uses: actions/setup-python@v7
1818
with:
1919
python-version: ${{inputs.python-version}}
2020

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
ref: ${{ github.event.pull_request.head.sha || github.ref }}
119119

120120
- name: Set up Python
121-
uses: actions/setup-python@v6
121+
uses: actions/setup-python@v7
122122
with:
123123
python-version: "3.14" # match what's in .readthedocs.yml
124124

0 commit comments

Comments
 (0)