Skip to content

Commit 48672b9

Browse files
Merge pull request #87 from NHSDigital/APM-6136-workflow-fix
APM-6136 pipeline fixes
2 parents 995a3b2 + ed59f99 commit 48672b9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/continuous-integration.yml

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

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

@@ -27,7 +27,7 @@ jobs:
2727
run: pip install poetry
2828

2929
- name: Cache poetry packages
30-
uses: actions/cache@v1
30+
uses: actions/cache@v4
3131
with:
3232
path: ~/.cache/pypoetry
3333
key: ${{ runner.os }}-build-cache-poetry-packages-${{ hashFiles('**/poetry.lock') }}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ authors = [
1616
readme = 'README.md'
1717

1818
repository = "https://github.com/NHSDigital/sync-wrap"
19-
homepage = ""
19+
homepage = "https://github.com/NHSDigital/sync-wrap"
2020

2121
keywords = ["healthcare", "uk", "nhs"]
2222

0 commit comments

Comments
 (0)