From eb5fedad22dca111f9dcddb526a9f495a4aaec40 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 02:56:18 +0000 Subject: [PATCH] Update GitHub actions --- .github/workflows/build_test_charms.yaml | 2 +- .github/workflows/bump_dependent_charms.yaml | 2 +- .github/workflows/ci-quick.yaml | 6 +++--- .github/workflows/ci.yaml | 2 +- .github/workflows/integration.yaml | 4 ++-- .github/workflows/integration_test.yaml | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build_test_charms.yaml b/.github/workflows/build_test_charms.yaml index 3a3ec8ce3c..441793d5f1 100644 --- a/.github/workflows/build_test_charms.yaml +++ b/.github/workflows/build_test_charms.yaml @@ -83,7 +83,7 @@ jobs: - name: Set up python environment uses: actions/setup-python@v5 with: - python-version: "3.12" + python-version: "3.14" cache: "poetry" - name: Update lib and build charm shell: bash diff --git a/.github/workflows/bump_dependent_charms.yaml b/.github/workflows/bump_dependent_charms.yaml index e3c89bde4f..b02892d321 100644 --- a/.github/workflows/bump_dependent_charms.yaml +++ b/.github/workflows/bump_dependent_charms.yaml @@ -91,7 +91,7 @@ jobs: - name: Setup python uses: actions/setup-python@v5 with: - python-version: "3.12" + python-version: "3.14" cache: "poetry" - name: Install deps diff --git a/.github/workflows/ci-quick.yaml b/.github/workflows/ci-quick.yaml index d9860b57d3..a2b9bbcc4e 100644 --- a/.github/workflows/ci-quick.yaml +++ b/.github/workflows/ci-quick.yaml @@ -23,7 +23,7 @@ jobs: - name: Set up python environment uses: actions/setup-python@v5 with: - python-version: "3.12" + python-version: "3.14" cache: "poetry" - name: Install deps run: | @@ -86,7 +86,7 @@ jobs: - name: Set up python environment uses: actions/setup-python@v5 with: - python-version: "3.12" + python-version: "3.14" cache: "poetry" - name: Install deps run: | @@ -115,7 +115,7 @@ jobs: - name: Set up python environment uses: actions/setup-python@v5 with: - python-version: "3.12" + python-version: "3.14" cache: "poetry" - name: Install deps run: | diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index cb5d577041..fccb643d25 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -35,7 +35,7 @@ jobs: - tests/integration/applications/continuous_write_charm - tests/integration/applications/mongos_client_charm name: Build charm | ${{ matrix.path }} - uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v40.0.2 + uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v40.1.0 with: path-to-charm-directory: ${{ matrix.path }} artifact-prefix: packed-charm diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 589e1e73e8..b7760b8ec6 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -33,7 +33,7 @@ jobs: - name: Set up python environment uses: actions/setup-python@v5 with: - python-version: "3.12" + python-version: "3.14" - name: Compute matrix id: compute shell: bash @@ -68,7 +68,7 @@ jobs: - name: Setup python uses: actions/setup-python@v5 with: - python-version: '3.12' + python-version: '3.14' cache: 'poetry' - name: Get current version run: echo "CURRENT_VERSION=$(poetry version --short)" >> "$GITHUB_ENV" diff --git a/.github/workflows/integration_test.yaml b/.github/workflows/integration_test.yaml index 07d64381d3..de926c1c05 100644 --- a/.github/workflows/integration_test.yaml +++ b/.github/workflows/integration_test.yaml @@ -118,7 +118,7 @@ jobs: - name: Setup python 3.12 uses: actions/setup-python@v6 with: - python-version: "3.12" + python-version: "3.14" - name: Set up environment timeout-minutes: 5 run: sudo snap install charmcraft --classic