File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -151,9 +151,9 @@ runs:
151151
152152 - id : setup-python
153153 name : Setup Python
154- uses : actions/setup-python@v5.0 .0
154+ uses : actions/setup-python@v5.6 .0
155155 with :
156- python-version : " 3.10 "
156+ python-version : " 3.14 "
157157 architecture : x64
158158
159159 - name : Setup spark object storage
Original file line number Diff line number Diff line change 2323 uses : actions/checkout@v6
2424 - id : setup-python
2525 name : Setup Python
26- uses : actions/setup-python@v5.0 .0
26+ uses : actions/setup-python@v5.6 .0
2727 with :
2828 python-version : ${{matrix.python-version}}
2929 architecture : x64
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ jobs:
101101 path : results
102102 - id : setup-python
103103 name : Setup Python
104- uses : actions/setup-python@v5.0 .0
104+ uses : actions/setup-python@v5.6 .0
105105 with :
106106 python-version : 3.12
107107 architecture : x64
Original file line number Diff line number Diff line change @@ -122,9 +122,9 @@ jobs:
122122 path : results
123123 - id : setup-python
124124 name : Setup Python
125- uses : actions/setup-python@v5.0 .0
125+ uses : actions/setup-python@v5.6 .0
126126 with :
127- python-version : 3.12
127+ python-version : 3.14
128128 architecture : x64
129129 - name : Install pandas & tabulate
130130 run : |
Original file line number Diff line number Diff line change 3838 uses : actions/checkout@v6
3939 - id : setup-python
4040 name : Setup Python
41- uses : actions/setup-python@v5.0 .0
41+ uses : actions/setup-python@v5.6 .0
4242 with :
43- python-version : " 3.10 "
43+ python-version : " 3.14 "
4444 architecture : x64
4545 - name : Setup operator environment
4646 uses : charmed-kubernetes/actions-operator@main
Original file line number Diff line number Diff line change 3434 fetch-depth : 0
3535 - id : setup_python
3636 name : Setup Python
37- uses : actions/setup-python@v5.3 .0
37+ uses : actions/setup-python@v5.6 .0
3838 with :
39- python-version : " 3.10 "
39+ python-version : " 3.14 "
4040 architecture : x64
4141 - name : Install poetry
4242 run : |
Original file line number Diff line number Diff line change 3030 fetch-depth : 0
3131 - id : setup_python
3232 name : Setup Python
33- uses : actions/setup-python@v5.3 .0
33+ uses : actions/setup-python@v5.6 .0
3434 with :
35- python-version : " 3.10 "
35+ python-version : " 3.14 "
3636 architecture : x64
3737 - name : Install poetry
3838 run : |
You can’t perform that action at this time.
0 commit comments