Skip to content

Commit

Permalink
upgrade github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
wardle committed Mar 19, 2024
1 parent 6f17272 commit 494c79a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-live-uk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ jobs:
cli: latest

- name: Set up JDK 17
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: '17'

- name: Cache Maven packages
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/deps.edn') }}
Expand All @@ -44,7 +44,7 @@ jobs:

- name: Cache database
id: cache-db
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: snomed.db
key: ${{ github.sha }}-uk-clinical-db
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ jobs:
cli: latest

- name: Set up JDK 17
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: '17'

- name: Cache Maven packages
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/deps.edn') }}
Expand Down

0 comments on commit 494c79a

Please sign in to comment.