File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -42,12 +42,12 @@ jobs:
4242 - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
4343 with :
4444 persist-credentials : false
45- - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
46- with :
47- path : ~/.m2/repository
48- key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
49- restore-keys : |
50- ${{ runner.os }}-maven-
45+ # - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
46+ # with:
47+ # path: ~/.m2/repository
48+ # key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
49+ # restore-keys: |
50+ # ${{ runner.os }}-maven-
5151 - name : Set up JDK ${{ matrix.java }}
5252 uses : actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0
5353 with :
You can’t perform that action at this time.
0 commit comments