Skip to content

Commit 39b0389

Browse files
authored
Merge pull request #68 from NHSDigital/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents fa86db0 + 8bd8d9a commit 39b0389

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
- name: Install uv
9999
uses: astral-sh/setup-uv@v5
100100
- name: Setup python
101-
uses: actions/setup-python@v5
101+
uses: actions/setup-python@v6
102102
with:
103103
python-version: 3.13.0
104104
- run: uv sync --dev

0 commit comments

Comments
 (0)