Skip to content

Commit 56511a8

Browse files
Update GitHub actions
1 parent f98baa5 commit 56511a8

7 files changed

Lines changed: 12 additions & 12 deletions

File tree

.github/actions/run-test/action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,9 @@ runs:
151151
152152
- id: setup-python
153153
name: Setup Python
154-
uses: actions/setup-python@v5.0.0
154+
uses: actions/setup-python@v5.6.0
155155
with:
156-
python-version: "3.10"
156+
python-version: "3.14"
157157
architecture: x64
158158

159159
- name: Setup spark object storage

.github/workflows/ci-checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@v6
2424
- id: setup-python
2525
name: Setup Python
26-
uses: actions/setup-python@v5.0.0
26+
uses: actions/setup-python@v5.6.0
2727
with:
2828
python-version: ${{matrix.python-version}}
2929
architecture: x64

.github/workflows/ci-tests-full.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
path: results
102102
- id: setup-python
103103
name: Setup Python
104-
uses: actions/setup-python@v5.0.0
104+
uses: actions/setup-python@v5.6.0
105105
with:
106106
python-version: 3.12
107107
architecture: x64

.github/workflows/ci-tests-minimal.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,9 @@ jobs:
122122
path: results
123123
- id: setup-python
124124
name: Setup Python
125-
uses: actions/setup-python@v5.0.0
125+
uses: actions/setup-python@v5.6.0
126126
with:
127-
python-version: 3.12
127+
python-version: 3.14
128128
architecture: x64
129129
- name: Install pandas & tabulate
130130
run: |

.github/workflows/ci-uat.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ jobs:
3838
uses: actions/checkout@v6
3939
- id: setup-python
4040
name: Setup Python
41-
uses: actions/setup-python@v5.0.0
41+
uses: actions/setup-python@v5.6.0
4242
with:
43-
python-version: "3.10"
43+
python-version: "3.14"
4444
architecture: x64
4545
- name: Setup operator environment
4646
uses: charmed-kubernetes/actions-operator@main

.github/workflows/publish-to-pypi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ jobs:
3434
fetch-depth: 0
3535
- id: setup_python
3636
name: Setup Python
37-
uses: actions/setup-python@v5.3.0
37+
uses: actions/setup-python@v5.6.0
3838
with:
39-
python-version: "3.10"
39+
python-version: "3.14"
4040
architecture: x64
4141
- name: Install poetry
4242
run: |

.github/workflows/publish-to-testpypi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ jobs:
3030
fetch-depth: 0
3131
- id: setup_python
3232
name: Setup Python
33-
uses: actions/setup-python@v5.3.0
33+
uses: actions/setup-python@v5.6.0
3434
with:
35-
python-version: "3.10"
35+
python-version: "3.14"
3636
architecture: x64
3737
- name: Install poetry
3838
run: |

0 commit comments

Comments
 (0)