Skip to content

Commit

Permalink
Update actions/cache@v4 -> test
Browse files Browse the repository at this point in the history
  • Loading branch information
rockphotog committed Dec 19, 2024
1 parent 6453258 commit 0ddb810
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mal-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
# Persist the FHIR Package Cache between runners.
# Doc: https://confluence.hl7.org/display/FHIR/FHIR+Package+Cache
- name: 🗂️ Cache FHIR Packages
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: |
~/.fhir/packages
Expand All @@ -26,7 +26,7 @@ jobs:
# Persist the IG Publisher input-cache between runners.
# Doc: https://build.fhir.org/ig/FHIR/ig-guidance/using-templates.html#igroot-input-cache
- name: 🗂️ Cache IG Publisher input-cache
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: |
${{ env.IG }}/input-cache
Expand Down

0 comments on commit 0ddb810

Please sign in to comment.