File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4646
4747 steps :
4848 - name : Set up Python Environment
49- uses : actions/setup-python@v5
49+ uses : actions/setup-python@v6
5050 with :
5151 python-version : {{ sync_version.python_version }}
5252
Original file line number Diff line number Diff line change 5959{% endraw %}
6060
6161 - name : Install Python
62- uses : actions/setup-python@v5
62+ uses : actions/setup-python@v6
6363 with :
6464 python-version : ' {{ sync_version.python_version }}'
6565 cache : ' pip'
@@ -145,7 +145,7 @@ jobs:
145145{% endraw %}
146146
147147 - name : Install Python
148- uses : actions/setup-python@v5
148+ uses : actions/setup-python@v6
149149 with :
150150 python-version : ' {{ sync_version.python_version }}'
151151 cache : ' pip'
Original file line number Diff line number Diff line change 5858{% endraw %}
5959
6060 - name : Install Python
61- uses : actions/setup-python@v5
61+ uses : actions/setup-python@v6
6262 with :
6363 python-version : ' {{ sync_version.python_version }}'
6464
@@ -108,7 +108,7 @@ jobs:
108108{% endraw %}
109109
110110 - name : Install Python
111- uses : actions/setup-python@v5
111+ uses : actions/setup-python@v6
112112 with :
113113 python-version : ' {{ sync_version.python_version }}'
114114 cache : ' pip'
You can’t perform that action at this time.
0 commit comments