Skip to content

Commit

Permalink
Use update GH cache action
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaskrause committed Nov 25, 2024
1 parent d0d72e3 commit b0cce23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v1
- name: Cache local Maven repository
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ~/.m2/repository
key: ${{ runner.os }}-java8-${{ hashFiles('**/pom.xml') }}
Expand All @@ -26,7 +26,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v1
- name: Cache local Maven repository
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ~/.m2/repository
key: ${{ runner.os }}-java11-${{ hashFiles('**/pom.xml') }}
Expand Down

0 comments on commit b0cce23

Please sign in to comment.