Skip to content

Commit 895aed7

Browse files
Merge pull request #502 from NHSDigital/apm-5908/cache-fix-update
cache
2 parents 529d261 + a47dd22 commit 895aed7

2 files changed

Lines changed: 2 additions & 72 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: pip install poetry
2222

2323
- name: Cache poetry packages
24-
uses: actions/cache@v1
24+
uses: actions/cache@v4
2525
id: cache
2626
with:
2727
path: ~/.venv

0 commit comments

Comments
 (0)