We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e29fd4e + eb907d1 commit ffa2229Copy full SHA for ffa2229
1 file changed
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
20
java-version: '8'
21
22
- name: Cache
23
- uses: actions/cache@v4.2.2
+ uses: actions/cache@v4.2.3
24
with:
25
path: ~/.m2
26
key: '${{ runner.os }}-m2-${{ hashFiles(''**/pom.xml'') }}'
0 commit comments