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:57:01 UTC

[incubator-pekko-platform-guide] branch main updated: upgrade coursier cache-action due to build failures (#6)

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-platform-guide.git


The following commit(s) were added to refs/heads/main by this push:
     new 72e937c  upgrade coursier cache-action due to build failures (#6)
72e937c is described below

commit 72e937c3505c81c1a058ee7c9b6d13df3d54ebcd
Author: PJ Fanning <pj...@users.noreply.github.com>
AuthorDate: Tue Nov 15 09:56:54 2022 +0100

    upgrade coursier cache-action due to build failures (#6)
    
    * upgrade coursier cache-action due to build failures
    
    * Update link-validator.yml
    
    * Update validate-telemetry-sample.yml
---
 .github/workflows/build-and-test.yml            | 4 ++--
 .github/workflows/link-validator.yml            | 2 +-
 .github/workflows/validate-telemetry-sample.yml | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml
index c17b536..1c8c9c6 100644
--- a/.github/workflows/build-and-test.yml
+++ b/.github/workflows/build-and-test.yml
@@ -126,7 +126,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: "Shopping analytics service (Scala)"
         run: scripts/sbt-test.sh docs-source/docs/modules/microservices-tutorial/examples/shopping-analytics-service-scala
@@ -177,7 +177,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: "05 Shopping cart service (Scala)"
         run: scripts/sbt-test.sh docs-source/docs/modules/microservices-tutorial/examples/05-shopping-cart-service-scala
diff --git a/.github/workflows/link-validator.yml b/.github/workflows/link-validator.yml
index bcd6262..7cb6ee7 100644
--- a/.github/workflows/link-validator.yml
+++ b/.github/workflows/link-validator.yml
@@ -30,7 +30,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: Install Coursier command line tool
         run: curl -fLo cs https://git.io/coursier-cli-linux && chmod +x cs && ./cs
diff --git a/.github/workflows/validate-telemetry-sample.yml b/.github/workflows/validate-telemetry-sample.yml
index f9c5d1d..3b5f39a 100644
--- a/.github/workflows/validate-telemetry-sample.yml
+++ b/.github/workflows/validate-telemetry-sample.yml
@@ -41,7 +41,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: "Telemetry Sample (Scala)"
         run: scripts/sbt-test.sh ./docs-source/docs/modules/telemetry/examples/telemetry-sample


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pekko.apache.org
For additional commands, e-mail: commits-help@pekko.apache.org