This is an automated email from the ASF dual-hosted git repository.

He-Pin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko.git


The following commit(s) were added to refs/heads/main by this push:
     new 4f20b47369 chore(deps): bump coursier/cache-action from 8.1.0 to 8.1.1 
(#2979)
4f20b47369 is described below

commit 4f20b4736980a5d57bc58e1356fea4dede87a7cd
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon May 18 14:14:32 2026 +0800

    chore(deps): bump coursier/cache-action from 8.1.0 to 8.1.1 (#2979)
    
    Bumps [coursier/cache-action](https://github.com/coursier/cache-action) 
from 8.1.0 to 8.1.1.
    - [Release notes](https://github.com/coursier/cache-action/releases)
    - 
[Commits](https://github.com/coursier/cache-action/compare/90c37294538be80a558fd665531fcdc2b467b475...95e5b1029b6b86e7bac033ee44a0697d8a527d2d)
    
    ---
    updated-dependencies:
    - dependency-name: coursier/cache-action
      dependency-version: 8.1.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 .github/workflows/binary-compatibility-checks.yml | 2 +-
 .github/workflows/build-test-prValidation.yml     | 8 ++++----
 .github/workflows/generate-doc-check.yml          | 2 +-
 .github/workflows/headers.yml                     | 2 +-
 .github/workflows/link-validator.yml              | 2 +-
 .github/workflows/nightly-1.0-builds.yml          | 6 +++---
 .github/workflows/nightly-1.1-builds.yml          | 6 +++---
 .github/workflows/nightly-1.2-builds.yml          | 6 +++---
 .github/workflows/nightly-1.3-builds.yml          | 6 +++---
 .github/workflows/nightly-1.4-builds.yml          | 6 +++---
 .github/workflows/nightly-1.5-builds.yml          | 6 +++---
 .github/workflows/nightly-1.6-builds.yml          | 6 +++---
 .github/workflows/nightly-1.7-builds.yml          | 6 +++---
 .github/workflows/nightly-builds-aeron.yml        | 2 +-
 .github/workflows/nightly-builds.yml              | 6 +++---
 .github/workflows/publish-1.0-docs.yml            | 2 +-
 .github/workflows/publish-1.0-nightly.yml         | 2 +-
 .github/workflows/publish-1.1-docs.yml            | 2 +-
 .github/workflows/publish-1.1-nightly.yml         | 2 +-
 .github/workflows/publish-1.2-docs.yml            | 2 +-
 .github/workflows/publish-1.2-nightly.yml         | 2 +-
 .github/workflows/publish-1.3-docs.yml            | 2 +-
 .github/workflows/publish-1.3-nightly.yml         | 2 +-
 .github/workflows/publish-1.4-docs.yml            | 2 +-
 .github/workflows/publish-1.4-nightly.yml         | 2 +-
 .github/workflows/publish-1.5-docs.yml            | 2 +-
 .github/workflows/publish-1.5-nightly.yml         | 2 +-
 .github/workflows/publish-1.6-docs.yml            | 2 +-
 .github/workflows/publish-1.6-nightly.yml         | 2 +-
 .github/workflows/publish-1.7-nightly.yml         | 2 +-
 .github/workflows/publish-2.0-docs.yml            | 2 +-
 .github/workflows/publish-nightly.yml             | 2 +-
 .github/workflows/timing-tests.yml                | 2 +-
 33 files changed, 54 insertions(+), 54 deletions(-)

diff --git a/.github/workflows/binary-compatibility-checks.yml 
b/.github/workflows/binary-compatibility-checks.yml
index 7ff8fdad2e..8f42489d9f 100644
--- a/.github/workflows/binary-compatibility-checks.yml
+++ b/.github/workflows/binary-compatibility-checks.yml
@@ -53,7 +53,7 @@ jobs:
         uses: sbt/setup-sbt@508b753e53cb6095967669e0911487d2b9bc9f41 # v1.1.22
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 # 
8.1.0
+        uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 
8.1.1
 
       - name: Enable jvm-opts
         run: cp .jvmopts-ci .jvmopts
diff --git a/.github/workflows/build-test-prValidation.yml 
b/.github/workflows/build-test-prValidation.yml
index 902b9ec65d..ba7094755a 100644
--- a/.github/workflows/build-test-prValidation.yml
+++ b/.github/workflows/build-test-prValidation.yml
@@ -34,7 +34,7 @@ jobs:
           persist-credentials: false
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 # 
8.1.0
+        uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 
8.1.1
 
       - name: Setup Java 17
         uses: actions/setup-java@v5
@@ -79,7 +79,7 @@ jobs:
         uses: sbt/setup-sbt@508b753e53cb6095967669e0911487d2b9bc9f41 # v1.1.22
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 # 
8.1.0
+        uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 
8.1.1
 
       - name: Enable jvm-opts
         run: cp .jvmopts-ci .jvmopts
@@ -143,7 +143,7 @@ jobs:
         uses: sbt/setup-sbt@508b753e53cb6095967669e0911487d2b9bc9f41 # v1.1.22
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 # 
8.1.0
+        uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 
8.1.1
 
       - name: Enable jvm-opts
         run: cp .jvmopts-ci .jvmopts
@@ -187,7 +187,7 @@ jobs:
         uses: sbt/setup-sbt@508b753e53cb6095967669e0911487d2b9bc9f41 # v1.1.22
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 # 
8.1.0
+        uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 
8.1.1
 
       - name: Enable jvm-opts
         run: cp .jvmopts-ci .jvmopts
diff --git a/.github/workflows/generate-doc-check.yml 
b/.github/workflows/generate-doc-check.yml
index d1c813ef43..34242e1620 100644
--- a/.github/workflows/generate-doc-check.yml
+++ b/.github/workflows/generate-doc-check.yml
@@ -46,7 +46,7 @@ jobs:
         uses: sbt/setup-sbt@508b753e53cb6095967669e0911487d2b9bc9f41 # v1.1.22
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 # 
8.1.0
+        uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 
8.1.1
 
       - name: Install Graphviz
         run: |-
diff --git a/.github/workflows/headers.yml b/.github/workflows/headers.yml
index 4b45756642..addc6fea28 100644
--- a/.github/workflows/headers.yml
+++ b/.github/workflows/headers.yml
@@ -42,7 +42,7 @@ jobs:
         uses: sbt/setup-sbt@508b753e53cb6095967669e0911487d2b9bc9f41 # v1.1.22
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 # 
8.1.0
+        uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 
8.1.1
 
       - name: Check headers
         env:
diff --git a/.github/workflows/link-validator.yml 
b/.github/workflows/link-validator.yml
index 5e85cce302..9cd35c3e81 100644
--- a/.github/workflows/link-validator.yml
+++ b/.github/workflows/link-validator.yml
@@ -41,7 +41,7 @@ jobs:
         uses: sbt/setup-sbt@508b753e53cb6095967669e0911487d2b9bc9f41 # v1.1.22
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 # 
8.1.0
+        uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 
8.1.1
     
       - name: Setup Coursier
         uses: coursier/setup-action@fd1707a76b027efdfb66ca79318b4d29b72e5a02 # 
v3.0.0
diff --git a/.github/workflows/nightly-1.0-builds.yml 
b/.github/workflows/nightly-1.0-builds.yml
index b7072a4e29..cc2fdc044d 100644
--- a/.github/workflows/nightly-1.0-builds.yml
+++ b/.github/workflows/nightly-1.0-builds.yml
@@ -38,7 +38,7 @@ jobs:
         uses: sbt/setup-sbt@508b753e53cb6095967669e0911487d2b9bc9f41 # v1.1.22
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 # 
8.1.0
+        uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 
8.1.1
 
       - name: Enable jvm-opts
         run: cp .jvmopts-ci .jvmopts
@@ -93,7 +93,7 @@ jobs:
         uses: sbt/setup-sbt@508b753e53cb6095967669e0911487d2b9bc9f41 # v1.1.22
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 # 
8.1.0
+        uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 
8.1.1
 
       - name: Enable jvm-opts
         run: cp .jvmopts-ci .jvmopts
@@ -144,7 +144,7 @@ jobs:
         uses: sbt/setup-sbt@508b753e53cb6095967669e0911487d2b9bc9f41 # v1.1.22
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 # 
8.1.0
+        uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 
8.1.1
 
       - name: Enable jvm-opts
         run: cp .jvmopts-ci .jvmopts
diff --git a/.github/workflows/nightly-1.1-builds.yml 
b/.github/workflows/nightly-1.1-builds.yml
index 82f6d1f631..6aa88af2a8 100644
--- a/.github/workflows/nightly-1.1-builds.yml
+++ b/.github/workflows/nightly-1.1-builds.yml
@@ -38,7 +38,7 @@ jobs:
         uses: sbt/setup-sbt@508b753e53cb6095967669e0911487d2b9bc9f41 # v1.1.22
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 # 
8.1.0
+        uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 
8.1.1
 
       - name: Enable jvm-opts
         run: cp .jvmopts-ci .jvmopts
@@ -94,7 +94,7 @@ jobs:
         uses: sbt/setup-sbt@508b753e53cb6095967669e0911487d2b9bc9f41 # v1.1.22
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 # 
8.1.0
+        uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 
8.1.1
 
       - name: Enable jvm-opts
         run: cp .jvmopts-ci .jvmopts
@@ -146,7 +146,7 @@ jobs:
         uses: sbt/setup-sbt@508b753e53cb6095967669e0911487d2b9bc9f41 # v1.1.22
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 # 
8.1.0
+        uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 
8.1.1
 
       - name: Enable jvm-opts
         run: cp .jvmopts-ci .jvmopts
diff --git a/.github/workflows/nightly-1.2-builds.yml 
b/.github/workflows/nightly-1.2-builds.yml
index 110384b1af..9fb3ee1ad8 100644
--- a/.github/workflows/nightly-1.2-builds.yml
+++ b/.github/workflows/nightly-1.2-builds.yml
@@ -38,7 +38,7 @@ jobs:
         uses: sbt/setup-sbt@508b753e53cb6095967669e0911487d2b9bc9f41 # v1.1.22
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 # 
8.1.0
+        uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 
8.1.1
 
       - name: Enable jvm-opts
         run: cp .jvmopts-ci .jvmopts
@@ -94,7 +94,7 @@ jobs:
         uses: sbt/setup-sbt@508b753e53cb6095967669e0911487d2b9bc9f41 # v1.1.22
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 # 
8.1.0
+        uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 
8.1.1
 
       - name: Enable jvm-opts
         run: cp .jvmopts-ci .jvmopts
@@ -146,7 +146,7 @@ jobs:
         uses: sbt/setup-sbt@508b753e53cb6095967669e0911487d2b9bc9f41 # v1.1.22
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 # 
8.1.0
+        uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 
8.1.1
 
       - name: Enable jvm-opts
         run: cp .jvmopts-ci .jvmopts
diff --git a/.github/workflows/nightly-1.3-builds.yml 
b/.github/workflows/nightly-1.3-builds.yml
index 31fee97983..748e1cb586 100644
--- a/.github/workflows/nightly-1.3-builds.yml
+++ b/.github/workflows/nightly-1.3-builds.yml
@@ -37,7 +37,7 @@ jobs:
         uses: sbt/setup-sbt@508b753e53cb6095967669e0911487d2b9bc9f41 # v1.1.22
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 # 
v8.1.0
+        uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 
v8.1.1
 
       - name: Enable jvm-opts
         run: cp .jvmopts-ci .jvmopts
@@ -93,7 +93,7 @@ jobs:
         uses: sbt/setup-sbt@508b753e53cb6095967669e0911487d2b9bc9f41 # v1.1.22
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 # 
v8.1.0
+        uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 
v8.1.1
 
       - name: Enable jvm-opts
         run: cp .jvmopts-ci .jvmopts
@@ -148,7 +148,7 @@ jobs:
         uses: sbt/setup-sbt@508b753e53cb6095967669e0911487d2b9bc9f41 # v1.1.22
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 # 
v8.1.0
+        uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 
v8.1.1
 
       - name: Enable jvm-opts
         run: cp .jvmopts-ci .jvmopts
diff --git a/.github/workflows/nightly-1.4-builds.yml 
b/.github/workflows/nightly-1.4-builds.yml
index 1aa0329193..5ca0d4df5b 100644
--- a/.github/workflows/nightly-1.4-builds.yml
+++ b/.github/workflows/nightly-1.4-builds.yml
@@ -37,7 +37,7 @@ jobs:
         uses: sbt/setup-sbt@508b753e53cb6095967669e0911487d2b9bc9f41 # v1.1.22
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 # 
v8.1.0
+        uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 
v8.1.1
 
       - name: Enable jvm-opts
         run: cp .jvmopts-ci .jvmopts
@@ -93,7 +93,7 @@ jobs:
         uses: sbt/setup-sbt@508b753e53cb6095967669e0911487d2b9bc9f41 # v1.1.22
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 # 
v8.1.0
+        uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 
v8.1.1
 
       - name: Enable jvm-opts
         run: cp .jvmopts-ci .jvmopts
@@ -148,7 +148,7 @@ jobs:
         uses: sbt/setup-sbt@508b753e53cb6095967669e0911487d2b9bc9f41 # v1.1.22
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 # 
v8.1.0
+        uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 
v8.1.1
 
       - name: Enable jvm-opts
         run: cp .jvmopts-ci .jvmopts
diff --git a/.github/workflows/nightly-1.5-builds.yml 
b/.github/workflows/nightly-1.5-builds.yml
index 27ad32a1de..7b0e6d0156 100644
--- a/.github/workflows/nightly-1.5-builds.yml
+++ b/.github/workflows/nightly-1.5-builds.yml
@@ -37,7 +37,7 @@ jobs:
         uses: sbt/setup-sbt@508b753e53cb6095967669e0911487d2b9bc9f41 # v1.1.22
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 # 
v8.1.0
+        uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 
v8.1.1
 
       - name: Enable jvm-opts
         run: cp .jvmopts-ci .jvmopts
@@ -93,7 +93,7 @@ jobs:
         uses: sbt/setup-sbt@508b753e53cb6095967669e0911487d2b9bc9f41 # v1.1.22
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 # 
v8.1.0
+        uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 
v8.1.1
 
       - name: Enable jvm-opts
         run: cp .jvmopts-ci .jvmopts
@@ -145,7 +145,7 @@ jobs:
         uses: sbt/setup-sbt@508b753e53cb6095967669e0911487d2b9bc9f41 # v1.1.22
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 # 
v8.1.0
+        uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 
v8.1.1
 
       - name: Enable jvm-opts
         run: cp .jvmopts-ci .jvmopts
diff --git a/.github/workflows/nightly-1.6-builds.yml 
b/.github/workflows/nightly-1.6-builds.yml
index 796ec6f9a6..4b38ef5999 100644
--- a/.github/workflows/nightly-1.6-builds.yml
+++ b/.github/workflows/nightly-1.6-builds.yml
@@ -37,7 +37,7 @@ jobs:
         uses: sbt/setup-sbt@508b753e53cb6095967669e0911487d2b9bc9f41 # v1.1.22
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 # 
v8.1.0
+        uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 
v8.1.1
 
       - name: Enable jvm-opts
         run: cp .jvmopts-ci .jvmopts
@@ -93,7 +93,7 @@ jobs:
         uses: sbt/setup-sbt@508b753e53cb6095967669e0911487d2b9bc9f41 # v1.1.22
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 # 
v8.1.0
+        uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 
v8.1.1
 
       - name: Enable jvm-opts
         run: cp .jvmopts-ci .jvmopts
@@ -145,7 +145,7 @@ jobs:
         uses: sbt/setup-sbt@508b753e53cb6095967669e0911487d2b9bc9f41 # v1.1.22
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 # 
v8.1.0
+        uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 
v8.1.1
 
       - name: Enable jvm-opts
         run: cp .jvmopts-ci .jvmopts
diff --git a/.github/workflows/nightly-1.7-builds.yml 
b/.github/workflows/nightly-1.7-builds.yml
index 138330e352..7ab57d7377 100644
--- a/.github/workflows/nightly-1.7-builds.yml
+++ b/.github/workflows/nightly-1.7-builds.yml
@@ -39,7 +39,7 @@ jobs:
         uses: sbt/setup-sbt@508b753e53cb6095967669e0911487d2b9bc9f41 # v1.1.22
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 # 
v8.1.0
+        uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 
v8.1.1
 
       - name: Enable jvm-opts
         run: cp .jvmopts-ci .jvmopts
@@ -95,7 +95,7 @@ jobs:
         uses: sbt/setup-sbt@508b753e53cb6095967669e0911487d2b9bc9f41 # v1.1.22
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 # 
v8.1.0
+        uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 
v8.1.1
 
       - name: Enable jvm-opts
         run: cp .jvmopts-ci .jvmopts
@@ -147,7 +147,7 @@ jobs:
         uses: sbt/setup-sbt@508b753e53cb6095967669e0911487d2b9bc9f41 # v1.1.22
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 # 
v8.1.0
+        uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 
v8.1.1
 
       - name: Enable jvm-opts
         run: cp .jvmopts-ci .jvmopts
diff --git a/.github/workflows/nightly-builds-aeron.yml 
b/.github/workflows/nightly-builds-aeron.yml
index 71977530e5..26c62d8ada 100644
--- a/.github/workflows/nightly-builds-aeron.yml
+++ b/.github/workflows/nightly-builds-aeron.yml
@@ -46,7 +46,7 @@ jobs:
         uses: sbt/setup-sbt@508b753e53cb6095967669e0911487d2b9bc9f41 # v1.1.22
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 # 
8.1.0
+        uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 
8.1.1
 
       - name: Enable jvm-opts
         run: cp .jvmopts-ci .jvmopts
diff --git a/.github/workflows/nightly-builds.yml 
b/.github/workflows/nightly-builds.yml
index 8ac060072e..425da43d09 100644
--- a/.github/workflows/nightly-builds.yml
+++ b/.github/workflows/nightly-builds.yml
@@ -30,7 +30,7 @@ jobs:
         uses: sbt/setup-sbt@508b753e53cb6095967669e0911487d2b9bc9f41 # v1.1.22
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 # 
8.1.0
+        uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 
8.1.1
 
       - name: Enable jvm-opts
         run: cp .jvmopts-ci .jvmopts
@@ -85,7 +85,7 @@ jobs:
         uses: sbt/setup-sbt@508b753e53cb6095967669e0911487d2b9bc9f41 # v1.1.22
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 # 
8.1.0
+        uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 
8.1.1
 
       - name: Enable jvm-opts
         run: cp .jvmopts-ci .jvmopts
@@ -138,7 +138,7 @@ jobs:
         uses: sbt/setup-sbt@508b753e53cb6095967669e0911487d2b9bc9f41 # v1.1.22
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 # 
8.1.0
+        uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 
8.1.1
 
       - name: Enable jvm-opts
         run: cp .jvmopts-ci .jvmopts
diff --git a/.github/workflows/publish-1.0-docs.yml 
b/.github/workflows/publish-1.0-docs.yml
index bac71360a3..8ed94d9a8f 100644
--- a/.github/workflows/publish-1.0-docs.yml
+++ b/.github/workflows/publish-1.0-docs.yml
@@ -50,7 +50,7 @@ jobs:
         uses: sbt/setup-sbt@508b753e53cb6095967669e0911487d2b9bc9f41 # v1.1.22
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 # 
8.1.0
+        uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 
8.1.1
 
       - name: Install Graphviz
         run: |-
diff --git a/.github/workflows/publish-1.0-nightly.yml 
b/.github/workflows/publish-1.0-nightly.yml
index dceee1024b..81029f7b28 100644
--- a/.github/workflows/publish-1.0-nightly.yml
+++ b/.github/workflows/publish-1.0-nightly.yml
@@ -52,7 +52,7 @@ jobs:
         uses: sbt/setup-sbt@508b753e53cb6095967669e0911487d2b9bc9f41 # v1.1.22
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 # 
8.1.0
+        uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 
8.1.1
 
       - name: Install Graphviz
         run: |-
diff --git a/.github/workflows/publish-1.1-docs.yml 
b/.github/workflows/publish-1.1-docs.yml
index d183dcc7af..c0a95741e5 100644
--- a/.github/workflows/publish-1.1-docs.yml
+++ b/.github/workflows/publish-1.1-docs.yml
@@ -50,7 +50,7 @@ jobs:
         uses: sbt/setup-sbt@508b753e53cb6095967669e0911487d2b9bc9f41 # v1.1.22
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 # 
8.1.0
+        uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 
8.1.1
 
       - name: Install Graphviz
         run: |-
diff --git a/.github/workflows/publish-1.1-nightly.yml 
b/.github/workflows/publish-1.1-nightly.yml
index 124354e72f..f760a83d15 100644
--- a/.github/workflows/publish-1.1-nightly.yml
+++ b/.github/workflows/publish-1.1-nightly.yml
@@ -52,7 +52,7 @@ jobs:
         uses: sbt/setup-sbt@508b753e53cb6095967669e0911487d2b9bc9f41 # v1.1.22
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 # 
8.1.0
+        uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 
8.1.1
 
       - name: Install Graphviz
         run: |-
diff --git a/.github/workflows/publish-1.2-docs.yml 
b/.github/workflows/publish-1.2-docs.yml
index 730b118978..63a6be2d69 100644
--- a/.github/workflows/publish-1.2-docs.yml
+++ b/.github/workflows/publish-1.2-docs.yml
@@ -50,7 +50,7 @@ jobs:
         uses: sbt/setup-sbt@508b753e53cb6095967669e0911487d2b9bc9f41 # v1.1.22
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 # 
8.1.0
+        uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 
8.1.1
 
       - name: Install Graphviz
         run: |-
diff --git a/.github/workflows/publish-1.2-nightly.yml 
b/.github/workflows/publish-1.2-nightly.yml
index 16dd6c1869..85eb80674e 100644
--- a/.github/workflows/publish-1.2-nightly.yml
+++ b/.github/workflows/publish-1.2-nightly.yml
@@ -52,7 +52,7 @@ jobs:
         uses: sbt/setup-sbt@508b753e53cb6095967669e0911487d2b9bc9f41 # v1.1.22
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 # 
8.1.0
+        uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 
8.1.1
 
       - name: Install Graphviz
         run: |-
diff --git a/.github/workflows/publish-1.3-docs.yml 
b/.github/workflows/publish-1.3-docs.yml
index 7a6123747e..d8f4cb1afb 100644
--- a/.github/workflows/publish-1.3-docs.yml
+++ b/.github/workflows/publish-1.3-docs.yml
@@ -50,7 +50,7 @@ jobs:
         uses: sbt/setup-sbt@508b753e53cb6095967669e0911487d2b9bc9f41 # v1.1.22
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 # 
8.1.0
+        uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 
8.1.1
 
       - name: Install Graphviz
         run: |-
diff --git a/.github/workflows/publish-1.3-nightly.yml 
b/.github/workflows/publish-1.3-nightly.yml
index abec45ddf5..dfcc99c625 100644
--- a/.github/workflows/publish-1.3-nightly.yml
+++ b/.github/workflows/publish-1.3-nightly.yml
@@ -51,7 +51,7 @@ jobs:
         uses: sbt/setup-sbt@508b753e53cb6095967669e0911487d2b9bc9f41 # v1.1.22
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 # 
v8.1.0
+        uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 
v8.1.1
 
       - name: Install Graphviz
         run: |-
diff --git a/.github/workflows/publish-1.4-docs.yml 
b/.github/workflows/publish-1.4-docs.yml
index 16ecac45f1..31d215684e 100644
--- a/.github/workflows/publish-1.4-docs.yml
+++ b/.github/workflows/publish-1.4-docs.yml
@@ -50,7 +50,7 @@ jobs:
         uses: sbt/setup-sbt@508b753e53cb6095967669e0911487d2b9bc9f41 # v1.1.22
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 # 
8.1.0
+        uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 
8.1.1
 
       - name: Install Graphviz
         run: |-
diff --git a/.github/workflows/publish-1.4-nightly.yml 
b/.github/workflows/publish-1.4-nightly.yml
index 10e50e1543..3aa7fb020f 100644
--- a/.github/workflows/publish-1.4-nightly.yml
+++ b/.github/workflows/publish-1.4-nightly.yml
@@ -53,7 +53,7 @@ jobs:
         uses: sbt/setup-sbt@508b753e53cb6095967669e0911487d2b9bc9f41 # v1.1.22
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 # 
v8.1.0
+        uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 
v8.1.1
 
       - name: Install Graphviz
         run: |-
diff --git a/.github/workflows/publish-1.5-docs.yml 
b/.github/workflows/publish-1.5-docs.yml
index 07a721293a..c6fb8f8e77 100644
--- a/.github/workflows/publish-1.5-docs.yml
+++ b/.github/workflows/publish-1.5-docs.yml
@@ -50,7 +50,7 @@ jobs:
         uses: sbt/setup-sbt@508b753e53cb6095967669e0911487d2b9bc9f41 # v1.1.22
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 # 
8.1.0
+        uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 
8.1.1
 
       - name: Install Graphviz
         run: |-
diff --git a/.github/workflows/publish-1.5-nightly.yml 
b/.github/workflows/publish-1.5-nightly.yml
index 91cb48871b..dbfd9399a1 100644
--- a/.github/workflows/publish-1.5-nightly.yml
+++ b/.github/workflows/publish-1.5-nightly.yml
@@ -51,7 +51,7 @@ jobs:
         uses: sbt/setup-sbt@508b753e53cb6095967669e0911487d2b9bc9f41 # v1.1.22
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 # 
v8.1.0
+        uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 
v8.1.1
 
       - name: Install Graphviz
         run: |-
diff --git a/.github/workflows/publish-1.6-docs.yml 
b/.github/workflows/publish-1.6-docs.yml
index b16ccb66d2..837230013c 100644
--- a/.github/workflows/publish-1.6-docs.yml
+++ b/.github/workflows/publish-1.6-docs.yml
@@ -50,7 +50,7 @@ jobs:
         uses: sbt/setup-sbt@508b753e53cb6095967669e0911487d2b9bc9f41 # v1.1.22
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 # 
8.1.0
+        uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 
8.1.1
 
       - name: Install Graphviz
         run: |-
diff --git a/.github/workflows/publish-1.6-nightly.yml 
b/.github/workflows/publish-1.6-nightly.yml
index 8745cb5b5d..b636a2be4b 100644
--- a/.github/workflows/publish-1.6-nightly.yml
+++ b/.github/workflows/publish-1.6-nightly.yml
@@ -51,7 +51,7 @@ jobs:
         uses: sbt/setup-sbt@508b753e53cb6095967669e0911487d2b9bc9f41 # v1.1.22
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 # 
v8.1.0
+        uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 
v8.1.1
 
       - name: Install Graphviz
         run: |-
diff --git a/.github/workflows/publish-1.7-nightly.yml 
b/.github/workflows/publish-1.7-nightly.yml
index 44e98aa02b..3e334df5c4 100644
--- a/.github/workflows/publish-1.7-nightly.yml
+++ b/.github/workflows/publish-1.7-nightly.yml
@@ -53,7 +53,7 @@ jobs:
         uses: sbt/setup-sbt@508b753e53cb6095967669e0911487d2b9bc9f41 # v1.1.22
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 # 
v8.1.0
+        uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 
v8.1.1
 
       - name: Install Graphviz
         run: |-
diff --git a/.github/workflows/publish-2.0-docs.yml 
b/.github/workflows/publish-2.0-docs.yml
index 2848faec7a..eadfe74658 100644
--- a/.github/workflows/publish-2.0-docs.yml
+++ b/.github/workflows/publish-2.0-docs.yml
@@ -49,7 +49,7 @@ jobs:
         uses: sbt/setup-sbt@508b753e53cb6095967669e0911487d2b9bc9f41 # v1.1.22
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 # 
8.1.0
+        uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 
8.1.1
 
       - name: Install Graphviz
         run: |-
diff --git a/.github/workflows/publish-nightly.yml 
b/.github/workflows/publish-nightly.yml
index b8e4398382..c04f37d45f 100644
--- a/.github/workflows/publish-nightly.yml
+++ b/.github/workflows/publish-nightly.yml
@@ -52,7 +52,7 @@ jobs:
         uses: sbt/setup-sbt@508b753e53cb6095967669e0911487d2b9bc9f41 # v1.1.22
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 # 
8.1.0
+        uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 
8.1.1
 
       - name: Install Graphviz
         run: |-
diff --git a/.github/workflows/timing-tests.yml 
b/.github/workflows/timing-tests.yml
index 241cff9718..3d0c198ec9 100644
--- a/.github/workflows/timing-tests.yml
+++ b/.github/workflows/timing-tests.yml
@@ -40,7 +40,7 @@ jobs:
         uses: sbt/setup-sbt@508b753e53cb6095967669e0911487d2b9bc9f41 # v1.1.22
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 # 
8.1.0
+        uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 
8.1.1
 
       - name: Enable jvm-opts
         run: cp .jvmopts-ci .jvmopts


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

Reply via email to