Skip to content

Commit 1119586

Browse files
authored
Merge pull request #92 from NHSDigital/APM-6137_resolve_alerts
python upgrade
2 parents df15476 + 4889fca commit 1119586

File tree

5 files changed

+7537
-786
lines changed

5 files changed

+7537
-786
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
with:
1313
fetch-depth: 0 # This causes all history to be fetched, which is required for calculate-version to function
1414

15-
- name: Install Python 3.8
16-
uses: actions/setup-python@v1
15+
- name: Install Python 3.9
16+
uses: actions/setup-python@v5
1717
with:
18-
python-version: 3.8
18+
python-version: 3.9
1919

2020
- name: Upgrade python pip
2121
run: python -m pip install --upgrade pip

0 commit comments

Comments
 (0)