Skip to content

Commit c9ab097

Browse files
committed
Upgrade actions/cache to 4.2.4
1 parent d6b8cd9 commit c9ab097

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/actions/common/action.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ runs:
8686
git config --global core.eol lf
8787
- if: ${{ inputs.setup-maven == 'true' }}
8888
name: Cache Maven Installation
89-
uses: actions/[email protected].0
89+
uses: actions/[email protected].4
9090
with:
9191
path: .tools/apache-maven-*/**
9292
enableCrossOsArchive: true
@@ -127,7 +127,7 @@ runs:
127127
version: stable
128128
- name: Cache local Maven repository (read-write)
129129
if: ${{ inputs.maven-cache == 'read-write' }}
130-
uses: actions/[email protected].3
130+
uses: actions/[email protected].4
131131
with:
132132
# See https://github.com/actions/toolkit/issues/713
133133
# Include must not match top level directories
@@ -152,7 +152,7 @@ runs:
152152
local-maven-
153153
- name: Build cache (read-write)
154154
if: ${{ inputs.build-cache == 'read-write' }}
155-
uses: actions/[email protected].3
155+
uses: actions/[email protected].4
156156
with:
157157
path: |
158158
./**/target/**
@@ -164,7 +164,7 @@ runs:
164164
build-cache-${{ github.run_id }}-
165165
- name: Build cache (write-only)
166166
if: ${{ inputs.build-cache == 'write-only' }}
167-
uses: actions/[email protected].0
167+
uses: actions/[email protected].4
168168
with:
169169
path: |
170170
./**/target/**

0 commit comments

Comments
 (0)