File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -370,10 +370,10 @@ jobs:
370370 path : .cache
371371 key : cache-dir
372372
373- - name : Install Python 3.7
374- uses : actions/setup-python@v1
373+ - name : Set up Python
374+ uses : actions/setup-python@v5
375375 with :
376- python-version : 3.7
376+ python-version : ' 3.10 '
377377
378378379379 with :
@@ -572,10 +572,10 @@ jobs:
572572 path : .cache
573573 key : cache-dir
574574
575- - name : Install Python 3.7
576- uses : actions/setup-python@v1
575+ - name : Set up Python
576+ uses : actions/setup-python@v5
577577 with :
578- python-version : 3.7
578+ python-version : ' 3.10 '
579579
580580581581 with :
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ jobs:
115115 - name : Set up Ruby 2.7
116116 uses : ruby/setup-ruby@v1
117117 with :
118- ruby-version : ' 2.7 '
118+ ruby-version : ' 3.2 '
119119
120120 - name : Install client dependencies
121121 run : gem install rspec
@@ -147,10 +147,10 @@ jobs:
147147 path : .cache
148148 key : cache-dir
149149
150- - name : Install Python 3.7
151- uses : actions/setup-python@v1
150+ - name : Set up Python
151+ uses : actions/setup-python@v5
152152 with :
153- python-version : 3.7
153+ python-version : ' 3.10 '
154154
155155
156156 - uses : dawidd6/action-download-artifact@b9571484721e8187f1fd08147b497129f8972c74
You can’t perform that action at this time.
0 commit comments