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-dynamodb.git


The following commit(s) were added to refs/heads/main by this push:
     new ae79770  try to fix CI build (#7)
ae79770 is described below

commit ae79770c6aa2ed3643ec56edec80f8cf5e37056c
Author: PJ Fanning <[email protected]>
AuthorDate: Tue Nov 15 09:25:25 2022 +0100

    try to fix CI build (#7)
---
 .github/workflows/check-build-test.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/check-build-test.yml 
b/.github/workflows/check-build-test.yml
index 1fc2ddf..b90d656 100644
--- a/.github/workflows/check-build-test.yml
+++ b/.github/workflows/check-build-test.yml
@@ -36,7 +36,7 @@ jobs:
           java-version: [email protected]
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@v5
+        uses: coursier/[email protected]
 
       - name: Compile all code with default compiler
         run: sbt Test/compile
@@ -71,7 +71,7 @@ jobs:
           java-version: ${{ matrix.java-version }}
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@v5
+        uses: coursier/[email protected]
 
       - name: Run tests with Scala ${{ matrix.scala-version }} and Java ${{ 
matrix.java-version }}
         run: sbt "++${{ matrix.scala-version }} test" ${{ matrix.sbt-opts }}


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to