Skip to content

Commit 40b1a33

Browse files
author
Christian Barnard
committed
[TXPLAT-3829] bump python and ruby versions
1 parent c11afe3 commit 40b1a33

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/workflows/create-release-transactional.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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

378378
- uses: actions/[email protected]
379379
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

580580
- uses: actions/[email protected]
581581
with:

.github/workflows/test-transactional.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)