This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/incubator-pekko-persistence-jdbc.git
The following commit(s) were added to refs/heads/main by this push:
new a9ebfe6 update coursier action (#103)
a9ebfe6 is described below
commit a9ebfe6da617f8cd2abc5813d2a530b1e1de70bb
Author: PJ Fanning <[email protected]>
AuthorDate: Tue Feb 6 09:48:26 2024 +0100
update coursier action (#103)
---
.github/workflows/checks.yml | 6 +++---
.github/workflows/h2-test.yml | 2 +-
.github/workflows/headers.yml | 2 +-
.github/workflows/link-validator.yml | 2 +-
.github/workflows/mysql-tests.yml | 2 +-
.github/workflows/oracle-tests.yml | 2 +-
.github/workflows/postgres-tests.yml | 2 +-
.github/workflows/sqlserver-tests.yml | 2 +-
8 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml
index 4264961..54db764 100644
--- a/.github/workflows/checks.yml
+++ b/.github/workflows/checks.yml
@@ -35,7 +35,7 @@ jobs:
java-version: 11
- name: Cache Coursier cache
- uses: coursier/[email protected]
+ uses: coursier/cache-action@v6
- name: Code style check and binary-compatibility check
# Run locally with: sbt 'verifyCodeFmt ; mimaReportBinaryIssues'
@@ -64,7 +64,7 @@ jobs:
java-version: 11
- name: Cache Coursier cache
- uses: coursier/[email protected]
+ uses: coursier/cache-action@v6
- name: Compile all code with fatal warnings for Java 11, Scala 2.12 and
Scala 2.13
# Run locally with: sbt 'clean ; +Test/compile ; +It/compile'
@@ -93,7 +93,7 @@ jobs:
java-version: 11
- name: Cache Coursier cache
- uses: coursier/[email protected]
+ uses: coursier/cache-action@v6
- name: Create all API docs for artifacts/website and all reference docs
run: sbt docs/paradox
diff --git a/.github/workflows/h2-test.yml b/.github/workflows/h2-test.yml
index 2c34937..067b1d5 100644
--- a/.github/workflows/h2-test.yml
+++ b/.github/workflows/h2-test.yml
@@ -42,7 +42,7 @@ jobs:
java-version: ${{ matrix.java-version }}
- name: Cache Coursier cache
- uses: coursier/[email protected]
+ uses: coursier/cache-action@v6
- name: Run tests with Scala ${{ matrix.scala-version }} and Java ${{
matrix.java-version }}
run: sbt "++${{ matrix.scala-version }} test" ${{ matrix.sbt-opts }}
diff --git a/.github/workflows/headers.yml b/.github/workflows/headers.yml
index eae9237..f4d657e 100644
--- a/.github/workflows/headers.yml
+++ b/.github/workflows/headers.yml
@@ -20,7 +20,7 @@ jobs:
java-version: 11
- name: Cache Coursier cache
- uses: coursier/[email protected]
+ uses: coursier/cache-action@v6
- name: Check headers
run: |-
diff --git a/.github/workflows/link-validator.yml
b/.github/workflows/link-validator.yml
index a95ca34..ab466ef 100644
--- a/.github/workflows/link-validator.yml
+++ b/.github/workflows/link-validator.yml
@@ -24,7 +24,7 @@ jobs:
java-version: 11
- name: Cache Coursier cache
- uses: coursier/[email protected]
+ uses: coursier/cache-action@v6
- name: Setup Coursier
uses: coursier/[email protected]
diff --git a/.github/workflows/mysql-tests.yml
b/.github/workflows/mysql-tests.yml
index bcffd4a..c245ceb 100644
--- a/.github/workflows/mysql-tests.yml
+++ b/.github/workflows/mysql-tests.yml
@@ -41,7 +41,7 @@ jobs:
java-version: 11
- name: Cache Coursier cache
- uses: coursier/[email protected]
+ uses: coursier/cache-action@v6
- name: Start docker
run: ./scripts/launch-mysql.sh
diff --git a/.github/workflows/oracle-tests.yml
b/.github/workflows/oracle-tests.yml
index 274916f..c04c2fa 100644
--- a/.github/workflows/oracle-tests.yml
+++ b/.github/workflows/oracle-tests.yml
@@ -41,7 +41,7 @@ jobs:
java-version: 11
- name: Cache Coursier cache
- uses: coursier/[email protected]
+ uses: coursier/cache-action@v6
- name: Start docker
run: ./scripts/launch-oracle.sh
diff --git a/.github/workflows/postgres-tests.yml
b/.github/workflows/postgres-tests.yml
index 9ff7e90..90beb91 100644
--- a/.github/workflows/postgres-tests.yml
+++ b/.github/workflows/postgres-tests.yml
@@ -41,7 +41,7 @@ jobs:
java-version: 11
- name: Cache Coursier cache
- uses: coursier/[email protected]
+ uses: coursier/cache-action@v6
- name: Start docker
run: ./scripts/launch-postgres.sh
diff --git a/.github/workflows/sqlserver-tests.yml
b/.github/workflows/sqlserver-tests.yml
index f494400..cfc16be 100644
--- a/.github/workflows/sqlserver-tests.yml
+++ b/.github/workflows/sqlserver-tests.yml
@@ -41,7 +41,7 @@ jobs:
java-version: 11
- name: Cache Coursier cache
- uses: coursier/[email protected]
+ uses: coursier/cache-action@v6
- name: Start docker
run: ./scripts/launch-sqlserver.sh
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]