Skip to content

Commit

Permalink
Merge branch 'main' into fix/issue-278
Browse files Browse the repository at this point in the history
  • Loading branch information
jnewton03 authored May 23, 2024
2 parents 5fa253a + 432b0f1 commit fd511cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,16 @@ jobs:
ports:
- "9043:9042"
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Restore Built Code
uses: actions/cache@v2
uses: actions/cache@v4
with:
key: built-code-${{ github.run_id }}
path: ./**/target

- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: ${{ matrix.java }}
distribution: 'temurin'
Expand Down

0 comments on commit fd511cf

Please sign in to comment.