File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 45
45
fetch-depth : 0
46
46
47
47
- name : Set up Python
48
- uses : actions/setup-python@v5
48
+ uses : actions/setup-python@v6
49
49
with :
50
50
python-version : ${{ env.py-semver }}
51
51
allow-prereleases : true
96
96
fetch-depth : 0
97
97
98
98
- name : Set up Python
99
- uses : actions/setup-python@v5
99
+ uses : actions/setup-python@v6
100
100
with :
101
101
python-version : ${{ env.py-semver }}
102
102
cache : pip
@@ -121,7 +121,7 @@ jobs:
121
121
- uses : actions/checkout@v5
122
122
123
123
- name : Set up Python
124
- uses : actions/setup-python@v5
124
+ uses : actions/setup-python@v6
125
125
with :
126
126
python-version : 3.12
127
127
cache : pip
@@ -137,7 +137,7 @@ jobs:
137
137
- uses : actions/checkout@v5
138
138
139
139
- name : Set up Python
140
- uses : actions/setup-python@v5
140
+ uses : actions/setup-python@v6
141
141
with :
142
142
python-version : 3.12
143
143
cache : pip
You can’t perform that action at this time.
0 commit comments