Skip to content

Commit a841dfc

Browse files
committed
build: use latest version of coursier/cache-action
1 parent 852a97b commit a841dfc

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/validate.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,7 @@ jobs:
6262
java-version: adopt@${{ matrix.jdk-version }}
6363

6464
- name: Cache Coursier cache
65-
uses: coursier/cache-action@v5
66-
with:
67-
# add marker for the target scala-version, so that compiler bridge can be cached
68-
extraKey: ${{ matrix.jdk-version }}-${{ matrix.scala-version }}
65+
uses: coursier/[email protected]
6966

7067
- name: Compile and test for JDK ${{ matrix.jdk-version }}, Scala ${{ matrix.scala-version }}
7168
run: sbt -J-XX:ReservedCodeCacheSize=256M ++${{ matrix.scala-version }} test
@@ -88,10 +85,7 @@ jobs:
8885
java-version: [email protected]
8986

9087
- name: Cache Coursier cache
91-
uses: coursier/cache-action@v5
92-
with:
93-
# add marker that this build uses cross building, so hopefully all compiler bridges will be cached
94-
extraKey: cross
88+
uses: coursier/[email protected]
9589

9690
- name: Publish
9791
run: sbt ci-release

0 commit comments

Comments
 (0)