File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2121 java-version : ${{ matrix.java }}
2222
2323 - name : Cache sbt
24- uses : actions/cache@v3.0.1
24+ uses : actions/cache@v3.0.2
2525 with :
2626 path : |
2727 ~/.sbt
Original file line number Diff line number Diff line change @@ -20,13 +20,13 @@ jobs:
2020 - uses : actions/setup-node@v3
2121 - uses : olafurpg/setup-gpg@v3
2222 - name : Cache dependencies
23- uses : actions/cache@v3.0.1
23+ uses : actions/cache@v3.0.2
2424 with :
2525 path : ~/.cache/coursier/v1
2626 key : ${{ runner.os }}-coursier-${{ hashFiles('build.sbt') }}-${{ hashFiles('project/*.scala') }}
2727 restore-keys : ${{ runner.os }}-coursier-
2828 - name : Cache .sbt
29- uses : actions/cache@v3.0.1
29+ uses : actions/cache@v3.0.2
3030 with :
3131 path : ~/.sbt
3232 key : ${{ runner.os }}-sbt-${{ hashFiles('build.sbt') }}-${{ hashFiles('project/*.scala') }}
You can’t perform that action at this time.
0 commit comments