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 7c1f60c commit 70400d5Copy full SHA for 70400d5
1 file changed
.github/workflows/build.yml
@@ -33,7 +33,7 @@ jobs:
33
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
34
35
- name: Cache Local Maven Repository
36
- uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0
+ uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
37
with:
38
path: ~/.m2/repository
39
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
0 commit comments