mirror of https://github.com/sbt/sbt.git
Bump cache-action, use extraKey for matrix build (#282)
This commit is contained in:
parent
d41e8a25e9
commit
744294a493
|
|
@ -27,7 +27,9 @@ jobs:
|
|||
with:
|
||||
fetch-depth: 0
|
||||
submodules: true
|
||||
- uses: coursier/cache-action@v4
|
||||
- uses: coursier/cache-action@v5
|
||||
with:
|
||||
extraKey: ${{ matrix.PLUGIN }}-${{ matrix.TEST_GROUP }}
|
||||
- uses: olafurpg/setup-scala@v7
|
||||
with:
|
||||
java-version: adopt@1.8.0-232
|
||||
|
|
@ -46,7 +48,7 @@ jobs:
|
|||
with:
|
||||
fetch-depth: 0
|
||||
submodules: true
|
||||
- uses: coursier/cache-action@v4
|
||||
- uses: coursier/cache-action@v5
|
||||
- uses: olafurpg/setup-scala@v7
|
||||
- uses: olafurpg/setup-gpg@v2
|
||||
- name: Release
|
||||
|
|
|
|||
Loading…
Reference in New Issue