Skip to content

Commit

Permalink
Update cache action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbalakirev authored Dec 15, 2024
1 parent d56a2a0 commit 0c9e57d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
architecture: x64

- name: Cache Maven dependencies
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}-${{ hashFiles('**/src/**') }}
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
architecture: x64

- name: Cache Maven dependencies for tests
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ matrix.java-version }}-${{ hashFiles('**/pom.xml') }}-${{ hashFiles('**/src/**') }}
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
server-id: central

- name: Cache Maven dependencies
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}-${{ hashFiles('**/src/**') }}
Expand Down

0 comments on commit 0c9e57d

Please sign in to comment.