File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -39,14 +39,14 @@ jobs:
3939
4040 steps :
4141 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
42- # with:
43- # persist-credentials: false
44- # - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
4542 with :
46- path : ~/.m2/repository
47- key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
48- restore-keys : |
49- ${{ runner.os }}-maven-
43+ persist-credentials : false
44+ # - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
45+ # with:
46+ # path: ~/.m2/repository
47+ # key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
48+ # restore-keys: |
49+ # ${{ runner.os }}-maven-
5050 - name : Set up JDK ${{ matrix.java }}
5151 uses : actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0
5252 with :
You can’t perform that action at this time.
0 commit comments