mirror of https://github.com/sbt/sbt.git
Merge pull request #6393 from sbt/dependabot/github_actions/coursier/cache-action-v6
Bump coursier/cache-action from v5 to v6
This commit is contained in:
commit
bc40c75964
|
|
@ -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