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/12 11:02:56 UTC

[incubator-pekko] branch main updated: upgrade cache-action due to build warnings (#42)

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


The following commit(s) were added to refs/heads/main by this push:
     new bdf12355fe upgrade cache-action due to build warnings (#42)
bdf12355fe is described below

commit bdf12355fe1ab9d5d6cd11336e04919868a10d74
Author: PJ Fanning <pj...@users.noreply.github.com>
AuthorDate: Sat Nov 12 12:02:51 2022 +0100

    upgrade cache-action due to build warnings (#42)
---
 .github/workflows/binary-compatibility-checks.yml | 2 +-
 .github/workflows/build-test-prValidation.yml     | 4 ++--
 .github/workflows/link-validator.yml              | 2 +-
 .github/workflows/multi-node.yml                  | 4 ++--
 .github/workflows/nightly-builds.yml              | 8 ++++----
 .github/workflows/scala3-build.yml                | 2 +-
 .github/workflows/scala3-compile.yml              | 2 +-
 .github/workflows/timing-tests.yml                | 2 +-
 8 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/.github/workflows/binary-compatibility-checks.yml b/.github/workflows/binary-compatibility-checks.yml
index 6f584ba415..62952a6007 100644
--- a/.github/workflows/binary-compatibility-checks.yml
+++ b/.github/workflows/binary-compatibility-checks.yml
@@ -34,7 +34,7 @@ jobs:
           java-version: adopt@1.8.0
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@v6.2
+        uses: coursier/cache-action@v6.4.0
 
       # compile code instead of doing mima check (until we re-enable mima check)
       - name: Compile code
diff --git a/.github/workflows/build-test-prValidation.yml b/.github/workflows/build-test-prValidation.yml
index f1f53223d6..054966cd6f 100644
--- a/.github/workflows/build-test-prValidation.yml
+++ b/.github/workflows/build-test-prValidation.yml
@@ -25,7 +25,7 @@ jobs:
           java-version: adopt@1.8.0
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@v6.2
+        uses: coursier/cache-action@v6.4.0
 
       - name: Check headers
         run: |-
@@ -50,7 +50,7 @@ jobs:
           java-version: adopt@1.8.0
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@v6.2
+        uses: coursier/cache-action@v6.4.0
 
       - name: sbt validatePullRequest
         run: |-
diff --git a/.github/workflows/link-validator.yml b/.github/workflows/link-validator.yml
index eb6842e6a0..3a357141c7 100644
--- a/.github/workflows/link-validator.yml
+++ b/.github/workflows/link-validator.yml
@@ -25,7 +25,7 @@ jobs:
           java-version: adopt@1.11
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@v6.2
+        uses: coursier/cache-action@v6.4.0
 
       - name: create the Akka site
         run: sbt -Dakka.genjavadoc.enabled=true "Javaunidoc/doc; Compile/unidoc; akka-docs/paradox"
diff --git a/.github/workflows/multi-node.yml b/.github/workflows/multi-node.yml
index 5fc90b305b..85fde24605 100644
--- a/.github/workflows/multi-node.yml
+++ b/.github/workflows/multi-node.yml
@@ -46,7 +46,7 @@ jobs:
           java-version: adopt@1.11.0-9
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@v6.2
+        uses: coursier/cache-action@v6.4.0
 
       - name: Multi node test
         run: |
@@ -130,7 +130,7 @@ jobs:
           java-version: adopt@1.11.0-9
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@v6.2
+        uses: coursier/cache-action@v6.4.0
 
       - name: Multi node test with Artery Aeron UDP
         run: |
diff --git a/.github/workflows/nightly-builds.yml b/.github/workflows/nightly-builds.yml
index fcb0c58a84..95be836b46 100644
--- a/.github/workflows/nightly-builds.yml
+++ b/.github/workflows/nightly-builds.yml
@@ -24,7 +24,7 @@ jobs:
           java-version: adopt@1.11
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@v6.2
+        uses: coursier/cache-action@v6.4.0
 
       - name: sbt akka-cluster-metrics/test
         run: |-
@@ -93,7 +93,7 @@ jobs:
           java-version: adopt@1.11
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@v6.2
+        uses: coursier/cache-action@v6.4.0
 
       - name: sbt ${{ matrix.command }}
         # note that this is not running any multi-jvm tests because multi-in-test=false
@@ -155,7 +155,7 @@ jobs:
           java-version: ${{ matrix.jdkVersion }}
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@v6.2
+        uses: coursier/cache-action@v6.4.0
 
       - name: Compile and Test
         # note that this is not running any multi-jvm tests because multi-in-test=false
@@ -246,7 +246,7 @@ jobs:
           java-version: adopt@1.11
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@v6.2
+        uses: coursier/cache-action@v6.4.0
 
       - name: sbt ${{ matrix.command }}
         # note that this is not running any multi-jvm tests because multi-in-test=false
diff --git a/.github/workflows/scala3-build.yml b/.github/workflows/scala3-build.yml
index d1c45b792d..da80738f93 100644
--- a/.github/workflows/scala3-build.yml
+++ b/.github/workflows/scala3-build.yml
@@ -43,7 +43,7 @@ jobs:
           java-version: adopt@1.11
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@v6.2
+        uses: coursier/cache-action@v6.4.0
 
       - name: Compile and run tests on Scala 3
         # note that this is not running any multi-jvm tests (yet) because multi-in-test=false
diff --git a/.github/workflows/scala3-compile.yml b/.github/workflows/scala3-compile.yml
index 23bbdd6720..1506ff1c01 100644
--- a/.github/workflows/scala3-compile.yml
+++ b/.github/workflows/scala3-compile.yml
@@ -40,7 +40,7 @@ jobs:
           java-version: adopt@1.11
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@v6.2
+        uses: coursier/cache-action@v6.4.0
 
       - name: Compile on Scala 3
         run: |
diff --git a/.github/workflows/timing-tests.yml b/.github/workflows/timing-tests.yml
index 7332777cf1..ac7e33a370 100644
--- a/.github/workflows/timing-tests.yml
+++ b/.github/workflows/timing-tests.yml
@@ -24,7 +24,7 @@ jobs:
           java-version: adopt@1.11
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@v6.2
+        uses: coursier/cache-action@v6.4.0
 
       - name: sbt test
         run: |-


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