From 48b8b05c3d4ddebfe972e08cb44349202de01fe3 Mon Sep 17 00:00:00 2001 From: Armel Soro Date: Tue, 14 Jan 2025 19:26:21 +0100 Subject: [PATCH] ci: Fix the python version used by `actions/setup-python` (#55) The previous version (3.7) seems to no longer be available. See [1] [1] https://github.com/redhat-developer/rhdh-chart/actions/runs/12773187597/job/35604468404?pr=54 --- .github/workflows/bump-version.yml | 2 +- .github/workflows/test.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/bump-version.yml b/.github/workflows/bump-version.yml index a7c992a..1970205 100644 --- a/.github/workflows/bump-version.yml +++ b/.github/workflows/bump-version.yml @@ -47,7 +47,7 @@ jobs: - uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5 if: steps.command.outputs.command-name == 'bump' with: - python-version: 3.7 + python-version: 3.13 - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5 if: steps.command.outputs.command-name == 'bump' diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 236f0e8..33b1084 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5 with: - python-version: 3.7 + python-version: 3.13 - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5 with: @@ -47,7 +47,7 @@ jobs: - uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5 with: - python-version: 3.7 + python-version: 3.13 - name: Set up chart-testing uses: helm/chart-testing-action@e6669bcd63d7cb57cb4380c33043eebe5d111992 # v2.6.1 @@ -87,7 +87,7 @@ jobs: - uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5 with: - python-version: 3.7 + python-version: 3.13 - name: Set up chart-testing uses: helm/chart-testing-action@e6669bcd63d7cb57cb4380c33043eebe5d111992 # v2.6.1