Skip to content

Commit

Permalink
update actions cache version
Browse files Browse the repository at this point in the history
Signed-off-by: tvallin <[email protected]>
  • Loading branch information
tvallin committed Jan 17, 2025
1 parent 79f861e commit 60f99e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/common/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ runs:
java-version: ${{ env.JAVA_VERSION }}
- name: Cache local Maven repository (read-write)
if: ${{ inputs.maven-cache == 'read-write' }}
uses: actions/cache@v4.0.2
uses: actions/cache@v4.2.0
with:
# See https://github.com/actions/toolkit/issues/713
# Include must not match top level directories
Expand All @@ -122,7 +122,7 @@ runs:
local-maven-
- name: Build cache (read-write)
if: ${{ inputs.build-cache == 'read-write' }}
uses: actions/cache@v4.0.2
uses: actions/cache@v4.2.0
with:
path: |
./**/target/**
Expand Down

0 comments on commit 60f99e5

Please sign in to comment.