From ed59f99aa80962eaf8c04ca568129f186d09dfa7 Mon Sep 17 00:00:00 2001 From: Sophie Clayton Date: Wed, 2 Apr 2025 11:08:34 +0100 Subject: [PATCH] APM-6136 fix github workflow --- .github/workflows/continuous-integration.yml | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index f516aba..aba117e 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -13,7 +13,7 @@ jobs: fetch-depth: 0 # This causes all history to be fetched, which is required for calculate-version to function - name: Install Python 3.8 - uses: actions/setup-python@v1 + uses: actions/setup-python@v5 with: python-version: 3.8 @@ -27,7 +27,7 @@ jobs: run: pip install poetry - name: Cache poetry packages - uses: actions/cache@v1 + uses: actions/cache@v4 with: path: ~/.cache/pypoetry key: ${{ runner.os }}-build-cache-poetry-packages-${{ hashFiles('**/poetry.lock') }} diff --git a/pyproject.toml b/pyproject.toml index a07e3ee..f2b8a8c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ authors = [ readme = 'README.md' repository = "https://github.com/NHSDigital/sync-wrap" -homepage = "" +homepage = "https://github.com/NHSDigital/sync-wrap" keywords = ["healthcare", "uk", "nhs"]