File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 88 steps :
99 - uses : actions/checkout@v6
1010 - name : Cache m2 repository
11- uses : actions/cache@v4
11+ uses : actions/cache@v5
1212 with :
1313 path : ~/.m2
1414 key : ${{ runner.os }}-m2-${{ hashFiles('**/project.clj') }}
Original file line number Diff line number Diff line change 1818 with :
1919 lein : latest
2020 - name : Cache m2 repository
21- uses : actions/cache@v4
21+ uses : actions/cache@v5
2222 with :
2323 path : ~/.m2
2424 key : ${{ runner.os }}-m2-${{ hashFiles('**/project.clj') }}
Original file line number Diff line number Diff line change 2222 with :
2323 lein : latest
2424 - name : Cache m2 repository
25- uses : actions/cache@v4
25+ uses : actions/cache@v5
2626 with :
2727 path : ~/.m2
2828 key : ${{ runner.os }}-m2-${{ hashFiles('**/project.clj') }}
You can’t perform that action at this time.
0 commit comments