Skip to content

Commit 77d19bf

Browse files
authored
SWI-12100 Use New Generate SDK Action (#307)
1 parent 7361bdd commit 77d19bf

3 files changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
fi
5050
5151
- name: Checkout
52-
uses: actions/checkout@v6
52+
uses: actions/checkout@v7
5353

5454
- name: Set OpenAPI Generator Version
5555
run: |
@@ -58,7 +58,7 @@ jobs:
5858
shell: bash
5959

6060
- name: Generate SDK with Updated Version
61-
uses: Bandwidth/generate-sdk-action@v4.0.0
61+
uses: Bandwidth/generate-sdk-action@v4.1.0
6262
with:
6363
openapi-generator-version: ${{ env.OPENAPI_GENERATOR_VERSION }}
6464
language: python

.github/workflows/test-pr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,18 +37,18 @@ jobs:
3737
strategy:
3838
matrix:
3939
os: [windows-2022, windows-2025, ubuntu-22.04, ubuntu-24.04]
40-
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
40+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
4141
fail-fast: false
4242
env:
4343
PYTHON_VERSION: ${{ matrix.python-version }}
4444
OPERATING_SYSTEM: ${{ matrix.os }}
4545

4646
steps:
4747
- name: Checkout
48-
uses: actions/checkout@v6
48+
uses: actions/checkout@v7
4949

5050
- name: Set up Python
51-
uses: actions/setup-python@v6
51+
uses: actions/setup-python@v7
5252
with:
5353
python-version: ${{ matrix.python-version }}
5454

.github/workflows/test-smoke.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ concurrency:
2323
cancel-in-progress: true
2424

2525
env:
26-
PYTHON_VERSION: '3.12'
26+
PYTHON_VERSION: "3.12"
2727
OPERATING_SYSTEM: ubuntu
2828
BW_USERNAME: ${{ secrets.BW_USERNAME }}
2929
BW_PASSWORD: ${{ secrets.BW_PASSWORD }}
@@ -52,12 +52,12 @@ jobs:
5252
MANTECA_APPLICATION_ID: ${{ secrets.MANTECA_APPLICATION_ID }}
5353
steps:
5454
- name: Checkout
55-
uses: actions/checkout@v6
55+
uses: actions/checkout@v7
5656

5757
- name: Set up Python
58-
uses: actions/setup-python@v6
58+
uses: actions/setup-python@v7
5959
with:
60-
python-version: '3.14'
60+
python-version: "3.14"
6161

6262
- name: Install Packages
6363
run: |
@@ -91,12 +91,12 @@ jobs:
9191
MANTECA_APPLICATION_ID: ${{ secrets.MANTECA_UP_APPLICATION_ID }}
9292
steps:
9393
- name: Checkout
94-
uses: actions/checkout@v6
94+
uses: actions/checkout@v7
9595

9696
- name: Set up Python
97-
uses: actions/setup-python@v6
97+
uses: actions/setup-python@v7
9898
with:
99-
python-version: '3.14'
99+
python-version: "3.14"
100100

101101
- name: Install Packages
102102
run: |

0 commit comments

Comments
 (0)