mirror of https://github.com/sbt/sbt.git
Merge pull request #8353 from sbt/dependabot/github_actions/1.12.x/coursier/cache-action-7
[1.x] Bump coursier/cache-action from 6 to 7
This commit is contained in:
commit
c637805538
|
|
@ -46,7 +46,7 @@ jobs:
|
||||||
distribution: "${{ matrix.distribution }}"
|
distribution: "${{ matrix.distribution }}"
|
||||||
java-version: "${{ matrix.java }}"
|
java-version: "${{ matrix.java }}"
|
||||||
- name: Coursier cache
|
- name: Coursier cache
|
||||||
uses: coursier/cache-action@v6
|
uses: coursier/cache-action@v7
|
||||||
- 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