mirror of https://github.com/sbt/sbt.git
Bump coursier/cache-action from v5 to v6
Bumps [coursier/cache-action](https://github.com/coursier/cache-action) from v5 to v6. - [Release notes](https://github.com/coursier/cache-action/releases) - [Commits](https://github.com/coursier/cache-action/compare/v5...730a6a454f386fff4be026f3e304ee7fe68912ac) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
7b46f03b62
commit
5542e9a720
|
|
@ -60,7 +60,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
java-version: "adopt@1.${{ matrix.java }}"
|
java-version: "adopt@1.${{ matrix.java }}"
|
||||||
- name: Coursier cache
|
- name: Coursier cache
|
||||||
uses: coursier/cache-action@v5
|
uses: coursier/cache-action@v6
|
||||||
- name: Cache sbt
|
- name: Cache sbt
|
||||||
uses: actions/cache@v2.1.3
|
uses: actions/cache@v2.1.3
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
|
|
@ -40,7 +40,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
java-version: "adopt@1.${{ matrix.java }}"
|
java-version: "adopt@1.${{ matrix.java }}"
|
||||||
- name: Coursier cache
|
- name: Coursier cache
|
||||||
uses: coursier/cache-action@v5
|
uses: coursier/cache-action@v6
|
||||||
- name: Build and deploy
|
- name: Build and deploy
|
||||||
run: |
|
run: |
|
||||||
# build from fresh IO, LM, and Zinc
|
# build from fresh IO, LM, and Zinc
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue