Skip to content

Commit 4ed52b4

Browse files
Merge pull request #9 from NHSDigital/dependabot/github_actions/actions/setup-python-5
Bump actions/setup-python from 4 to 5
2 parents 5623f92 + 33cfa16 commit 4ed52b4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/stage-2-test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: "Checkout code"
4242
uses: actions/checkout@v4
4343
- name: "Set up Python"
44-
uses: actions/setup-python@v4
44+
uses: actions/setup-python@v5
4545
with:
4646
python-version: '3.13'
4747
- name: "Run unit test suite"
@@ -58,7 +58,7 @@ jobs:
5858
- name: "Checkout code"
5959
uses: actions/checkout@v4
6060
- name: "Set up Python"
61-
uses: actions/setup-python@v4
61+
uses: actions/setup-python@v5
6262
with:
6363
python-version: '3.13'
6464
- name: "Run linting"
@@ -76,7 +76,7 @@ jobs:
7676
- name: "Checkout code"
7777
uses: actions/checkout@v4
7878
- name: "Set up Python"
79-
uses: actions/setup-python@v4
79+
uses: actions/setup-python@v5
8080
with:
8181
python-version: '3.13'
8282
- name: "Run test coverage check"

.github/workflows/stage-4-acceptance.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
- name: "Checkout code"
115115
uses: actions/checkout@v4
116116
- name: "Set up Python"
117-
uses: actions/setup-python@v4
117+
uses: actions/setup-python@v5
118118
with:
119119
python-version: '3.13'
120120
- name: "Run integration test"

0 commit comments

Comments
 (0)