File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 29
29
steps :
30
30
- uses : actions/checkout@v5
31
31
- name : Set up Python ${{ matrix.python-version }}
32
- uses : actions/setup-python@v5
32
+ uses : actions/setup-python@v6
33
33
with :
34
34
python-version : ${{ matrix.python-version }}
35
35
65
65
steps :
66
66
- uses : actions/checkout@v5
67
67
- name : Set up Python
68
- uses : actions/setup-python@v5
68
+ uses : actions/setup-python@v6
69
69
with :
70
70
python-version : ${{ env.LATEST_PY_VERSION }}
71
71
@@ -102,7 +102,7 @@ jobs:
102
102
steps :
103
103
- uses : actions/checkout@v5
104
104
- name : Set up Python
105
- uses : actions/setup-python@v5
105
+ uses : actions/setup-python@v6
106
106
with :
107
107
python-version : ${{ env.LATEST_PY_VERSION }}
108
108
Original file line number Diff line number Diff line change 21
21
uses : actions/checkout@v5
22
22
23
23
- name : Set up Python 3.11
24
- uses : actions/setup-python@v5
24
+ uses : actions/setup-python@v6
25
25
with :
26
26
python-version : 3.11
27
27
You can’t perform that action at this time.
0 commit comments