You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pekko.apache.org by fa...@apache.org on 2022/11/15 08:25:32 UTC

[incubator-pekko-persistence-dynamodb] branch main updated: try to fix CI build (#7)

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 <pj...@users.noreply.github.com>
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: adopt@1.11.0-9
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@v5
+        uses: coursier/cache-action@v6.4.0
 
       - 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/cache-action@v6.4.0
 
       - 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: commits-unsubscribe@pekko.apache.org
For additional commands, e-mail: commits-help@pekko.apache.org