We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9abeb4c commit 864ea41Copy full SHA for 864ea41
.github/workflows/build.yml
@@ -37,7 +37,7 @@ jobs:
37
java-version: 21
38
39
- name: Cache local Maven repository
40
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # 4.2.4
+ uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # 4.3.0
41
with:
42
path: ~/.m2/repository
43
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
0 commit comments