Skip to content

Commit e6b426e

Browse files
committed
Upgrade cache/restore to 4.2.4
1 parent c9ab097 commit e6b426e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/common/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ runs:
141141
local-maven-
142142
- name: Cache local Maven repository (read-only)
143143
if: ${{ inputs.maven-cache == 'read-only' }}
144-
uses: actions/cache/[email protected].3
144+
uses: actions/cache/[email protected].4
145145
with:
146146
path: |
147147
.m2/repository/**/*.*
@@ -173,7 +173,7 @@ runs:
173173
key: build-cache-${{ github.run_id }}-${{ github.run_attempt }}-${{ inputs.build-cache-id }}
174174
- name: Build cache (read-only)
175175
if: ${{ inputs.build-cache == 'read-only' }}
176-
uses: actions/cache/[email protected].3
176+
uses: actions/cache/[email protected].4
177177
with:
178178
path: |
179179
./**/target/**

0 commit comments

Comments
 (0)