Skip to content

Commit e8f19a3

Browse files
authored
Merge pull request #23 from alan-turing-institute/bugfix/workflow_py_version
Bump python version and workflow versions
2 parents 4849066 + 2a6d2ec commit e8f19a3

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/validate.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ jobs:
2020
run: sudo apt-get update && sudo apt-get install build-essential
2121
shell: bash
2222

23-
- name: Install Python 3.8
24-
uses: actions/setup-python@v2
23+
- name: Install Python 3.12
24+
uses: actions/setup-python@v5
2525
with:
26-
python-version: '3.8'
26+
python-version: '3.12'
2727

2828
- name: Checkout code
29-
uses: actions/checkout@v2
29+
uses: actions/checkout@v4
3030

3131
- name: Ensure clean
3232
run: make clean
@@ -42,7 +42,7 @@ jobs:
4242

4343
steps:
4444
- name: Checkout
45-
uses: actions/checkout@v2
45+
uses: actions/checkout@v4
4646

4747
- name: TCPD docker check
4848
uses: ./.github/workflows/

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:20.04
1+
FROM ubuntu:24.04
22

33
# Install necessary packages and ensure python means python3
44
RUN apt-get update && \

0 commit comments

Comments
 (0)