1 parent 13a462b commit 861dcc6Copy full SHA for 861dcc6
2 files changed
.github/actions/setup-python-env/action.yml
@@ -14,7 +14,7 @@ inputs:
14
runs:
15
using: "composite"
16
steps:
17
- - uses: actions/setup-python@v6
+ - uses: actions/setup-python@v7
18
with:
19
python-version: ${{inputs.python-version}}
20
.github/workflows/ci.yml
@@ -118,7 +118,7 @@ jobs:
118
ref: ${{ github.event.pull_request.head.sha || github.ref }}
119
120
- name: Set up Python
121
- uses: actions/setup-python@v6
+ uses: actions/setup-python@v7
122
123
python-version: "3.14" # match what's in .readthedocs.yml
124
0 commit comments