Skip to content

Commit 165745a

Browse files
authored
Merge pull request #169 from NHSDigital/dependabot/github_actions/actions/setup-python-5
Bump actions/setup-python from 4 to 5
2 parents 367a92d + 9f01123 commit 165745a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cicd-4-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@v4
2323

2424
- name: Set up Python
25-
uses: actions/setup-python@v4
25+
uses: actions/setup-python@v5
2626
with:
2727
python-version: "3.11"
2828

0 commit comments

Comments
 (0)