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 b77ae2b commit bfffe93Copy full SHA for bfffe93
1 file changed
.github/workflows/build.yml
@@ -44,7 +44,7 @@ jobs:
44
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
45
46
- name: 'Cache Local Maven Repository'
47
- uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
+ uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
48
with:
49
path: ~/.m2/repository
50
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
0 commit comments