Skip to content

Commit d4824d8

Browse files
authored
Upgrade setup-python GH action (2.18 release branch) (#1204)
1 parent 522aedf commit d4824d8

14 files changed

+58
-23
lines changed

.github/workflows/backwards_compatibility_marqo_execution.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676

7777
# Step to set up Python 3.9
7878
- name: Set up Python 3.9
79-
uses: actions/setup-python@v3
79+
uses: actions/setup-python@v5
8080
with:
8181
python-version: "3.9"
8282
cache: "pip"

.github/workflows/backwards_compatibility_marqo_orchestrator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999

100100
# Step to set up Python 3.9
101101
- name: Set up Python 3.9
102-
uses: actions/setup-python@v3
102+
uses: actions/setup-python@v5
103103
with:
104104
python-version: '3.9'
105105
cache: "pip"

.github/workflows/cpu_docker_marqo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
uses: actions/checkout@v3
5555

5656
- name: Set up Python 3.9
57-
uses: actions/setup-python@v3
57+
uses: actions/setup-python@v5
5858
with:
5959
python-version: "3.9"
6060
cache: "pip"

.github/workflows/cpu_local_marqo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
uses: actions/checkout@v3
6565

6666
- name: Set up Python 3.9
67-
uses: actions/setup-python@v3
67+
uses: actions/setup-python@v5
6868
with:
6969
python-version: "3.9"
7070
cache: "pip"

.github/workflows/cuda_docker_marqo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
uses: actions/checkout@v3
5656

5757
- name: Set up Python 3.9
58-
uses: actions/setup-python@v3
58+
uses: actions/setup-python@v5
5959
with:
6060
python-version: "3.9"
6161
cache: "pip"

.github/workflows/cuda_docker_marqo_split.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
uses: actions/checkout@v3
6666

6767
- name: Set up Python 3.9
68-
uses: actions/setup-python@v3
68+
uses: actions/setup-python@v5
6969
with:
7070
python-version: "3.9"
7171
cache: "pip"

.github/workflows/integration_tests_CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
path: marqo
136136

137137
- name: Set up Python 3.9
138-
uses: actions/setup-python@v3
138+
uses: actions/setup-python@v5
139139
with:
140140
python-version: "3.9"
141141
cache: "pip"

.github/workflows/integration_tests_with_shards_and_replicas.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,6 @@ permissions:
1919
contents: read
2020

2121
jobs:
22-
Unit-Tests-1-Shard-0-Replica:
23-
uses: ./.github/workflows/integration_tests_CI.yml
24-
secrets: inherit
25-
if: github.event_name == 'workflow_dispatch' || github.event.review.state == 'approved'
26-
with:
27-
number_of_shards: 1
28-
number_of_replicas: 0
29-
3022
Unit-Tests-1-Shard-1-Replica:
3123
uses: ./.github/workflows/integration_tests_CI.yml
3224
secrets: inherit

.github/workflows/largemodel_integration_tests_CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
path: marqo
9595

9696
- name: Set up Python 3.9
97-
uses: actions/setup-python@v3
97+
uses: actions/setup-python@v5
9898
with:
9999
python-version: "3.9"
100100
cache: "pip"

.github/workflows/locust_perf_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
ref: ${{ github.event.inputs.marqo_ref }}
9999

100100
- name: Set up Python 3.9
101-
uses: actions/setup-python@v3
101+
uses: actions/setup-python@v5
102102
with:
103103
python-version: "3.9"
104104

0 commit comments

Comments
 (0)