diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 123bc49b..ae2cf7c8 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -49,7 +49,7 @@ jobs: fi - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set OpenAPI Generator Version run: | @@ -58,7 +58,7 @@ jobs: shell: bash - name: Generate SDK with Updated Version - uses: Bandwidth/generate-sdk-action@v4.0.0 + uses: Bandwidth/generate-sdk-action@v4.1.0 with: openapi-generator-version: ${{ env.OPENAPI_GENERATOR_VERSION }} language: python diff --git a/.github/workflows/test-pr.yml b/.github/workflows/test-pr.yml index af0bd2f6..8f767b97 100644 --- a/.github/workflows/test-pr.yml +++ b/.github/workflows/test-pr.yml @@ -37,7 +37,7 @@ jobs: strategy: matrix: os: [windows-2022, windows-2025, ubuntu-22.04, ubuntu-24.04] - python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14'] + python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"] fail-fast: false env: PYTHON_VERSION: ${{ matrix.python-version }} @@ -45,10 +45,10 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: ${{ matrix.python-version }} diff --git a/.github/workflows/test-smoke.yml b/.github/workflows/test-smoke.yml index 5b2b3cb2..dfe9c4da 100644 --- a/.github/workflows/test-smoke.yml +++ b/.github/workflows/test-smoke.yml @@ -23,7 +23,7 @@ concurrency: cancel-in-progress: true env: - PYTHON_VERSION: '3.12' + PYTHON_VERSION: "3.12" OPERATING_SYSTEM: ubuntu BW_USERNAME: ${{ secrets.BW_USERNAME }} BW_PASSWORD: ${{ secrets.BW_PASSWORD }} @@ -52,12 +52,12 @@ jobs: MANTECA_APPLICATION_ID: ${{ secrets.MANTECA_APPLICATION_ID }} steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: - python-version: '3.14' + python-version: "3.14" - name: Install Packages run: | @@ -91,12 +91,12 @@ jobs: MANTECA_APPLICATION_ID: ${{ secrets.MANTECA_UP_APPLICATION_ID }} steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: - python-version: '3.14' + python-version: "3.14" - name: Install Packages run: |