File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9898 - name : Set up Python
9999 uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
100100 with :
101- python-version : 3.12
101+ python-version : 3.13
102102 - name : Set up JDK ${{ matrix.java-version }}
103103 uses : actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0
104104 with :
Original file line number Diff line number Diff line change @@ -269,7 +269,7 @@ jobs:
269269 - name : Set up Python
270270 uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
271271 with :
272- python-version : ' 3.12 '
272+ python-version : ' 3.13 '
273273 - name : setup-cocoapods # Not using an action, as it is not implemented for windows!
274274 run : |
275275 gem install cocoapods -v 1.16.2 --no-document
@@ -1043,7 +1043,7 @@ jobs:
10431043 - name : Set up Python
10441044 uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
10451045 with :
1046- python-version : ' 3.12 '
1046+ python-version : ' 3.13 '
10471047 - uses : ruby/setup-ruby@1c58d16f1a2d74dc895c05f92d1e31ffe691110e # v1.261.0
10481048 with :
10491049 ruby-version : ' 3.4'
You can’t perform that action at this time.
0 commit comments