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:
|
||||
java-version: "adopt@1.${{ matrix.java }}"
|
||||
- name: Coursier cache
|
||||
uses: coursier/cache-action@v5
|
||||
uses: coursier/cache-action@v6
|
||||
- name: Cache sbt
|
||||
uses: actions/cache@v2.1.3
|
||||
with:
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ jobs:
|
|||
with:
|
||||
java-version: "adopt@1.${{ matrix.java }}"
|
||||
- name: Coursier cache
|
||||
uses: coursier/cache-action@v5
|
||||
uses: coursier/cache-action@v6
|
||||
- name: Build and deploy
|
||||
run: |
|
||||
# build from fresh IO, LM, and Zinc
|
||||
|
|
|
|||
Loading…
Reference in New Issue