Skip to content

Commit a9ebfe6

Browse files
authored
update coursier action (#103)
1 parent ee1c116 commit a9ebfe6

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

.github/workflows/checks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
java-version: 11
3636

3737
- name: Cache Coursier cache
38-
uses: coursier/cache-action@v6.4.0
38+
uses: coursier/cache-action@v6
3939

4040
- name: Code style check and binary-compatibility check
4141
# Run locally with: sbt 'verifyCodeFmt ; mimaReportBinaryIssues'
@@ -64,7 +64,7 @@ jobs:
6464
java-version: 11
6565

6666
- name: Cache Coursier cache
67-
uses: coursier/cache-action@v6.4.0
67+
uses: coursier/cache-action@v6
6868

6969
- name: Compile all code with fatal warnings for Java 11, Scala 2.12 and Scala 2.13
7070
# Run locally with: sbt 'clean ; +Test/compile ; +It/compile'
@@ -93,7 +93,7 @@ jobs:
9393
java-version: 11
9494

9595
- name: Cache Coursier cache
96-
uses: coursier/cache-action@v6.4.0
96+
uses: coursier/cache-action@v6
9797

9898
- name: Create all API docs for artifacts/website and all reference docs
9999
run: sbt docs/paradox

.github/workflows/h2-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
java-version: ${{ matrix.java-version }}
4343

4444
- name: Cache Coursier cache
45-
uses: coursier/cache-action@v6.4.0
45+
uses: coursier/cache-action@v6
4646

4747
- name: Run tests with Scala ${{ matrix.scala-version }} and Java ${{ matrix.java-version }}
4848
run: sbt "++${{ matrix.scala-version }} test" ${{ matrix.sbt-opts }}

.github/workflows/headers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
java-version: 11
2121

2222
- name: Cache Coursier cache
23-
uses: coursier/cache-action@v6.4.0
23+
uses: coursier/cache-action@v6
2424

2525
- name: Check headers
2626
run: |-

.github/workflows/link-validator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
java-version: 11
2525

2626
- name: Cache Coursier cache
27-
uses: coursier/cache-action@v6.4.0
27+
uses: coursier/cache-action@v6
2828

2929
- name: Setup Coursier
3030
uses: coursier/[email protected]

.github/workflows/mysql-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
java-version: 11
4242

4343
- name: Cache Coursier cache
44-
uses: coursier/cache-action@v6.4.0
44+
uses: coursier/cache-action@v6
4545

4646
- name: Start docker
4747
run: ./scripts/launch-mysql.sh

.github/workflows/oracle-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
java-version: 11
4242

4343
- name: Cache Coursier cache
44-
uses: coursier/cache-action@v6.4.0
44+
uses: coursier/cache-action@v6
4545

4646
- name: Start docker
4747
run: ./scripts/launch-oracle.sh

.github/workflows/postgres-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
java-version: 11
4242

4343
- name: Cache Coursier cache
44-
uses: coursier/cache-action@v6.4.0
44+
uses: coursier/cache-action@v6
4545

4646
- name: Start docker
4747
run: ./scripts/launch-postgres.sh

.github/workflows/sqlserver-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
java-version: 11
4242

4343
- name: Cache Coursier cache
44-
uses: coursier/cache-action@v6.4.0
44+
uses: coursier/cache-action@v6
4545

4646
- name: Start docker
4747
run: ./scripts/launch-sqlserver.sh

0 commit comments

Comments
 (0)