Skip to content

Commit

Permalink
Update actions/cache action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 19, 2024
1 parent c7ec20e commit 8669299
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
architecture: ${{ matrix.architecture }}

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

- name: Cache Maven repository
uses: actions/cache@v2.1.7
uses: actions/cache@v4.0.2
with:
path: ~/.m2/repository
key: ${{ runner.os }}-${{ matrix.java }}-maven-${{ hashFiles('**/*pom*.xml') }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/jib-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
architecture: ${{ matrix.architecture }}

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

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

0 comments on commit 8669299

Please sign in to comment.