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

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


The following commit(s) were added to refs/heads/main by this push:
     new 57a2a93  Bump coursier/cache-action from 7.0.0 to 8.0.0 (#371)
57a2a93 is described below

commit 57a2a938cbec4141cf35aa36479d2267419b3961
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 9 18:27:53 2026 +0100

    Bump coursier/cache-action from 7.0.0 to 8.0.0 (#371)
    
    Bumps [coursier/cache-action](https://github.com/coursier/cache-action) 
from 7.0.0 to 8.0.0.
    - [Release notes](https://github.com/coursier/cache-action/releases)
    - 
[Commits](https://github.com/coursier/cache-action/compare/bebeeb0e6f48ebad66d3783946588ecf43114433...c5ca79321d170b8a18c288d9cadc2a6037166d0f)
    
    ---
    updated-dependencies:
    - dependency-name: coursier/cache-action
      dependency-version: 8.0.0
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 .github/workflows/headers.yml                 | 2 +-
 .github/workflows/java-format.yml             | 2 +-
 .github/workflows/link-validator.yml          | 2 +-
 .github/workflows/pekko-1.0-nightly-tests.yml | 2 +-
 .github/workflows/pekko-1.x-nightly-tests.yml | 2 +-
 .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-nightly.yml         | 2 +-
 .github/workflows/unit-tests.yml              | 6 +++---
 10 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/.github/workflows/headers.yml b/.github/workflows/headers.yml
index b75d9f0..c33bed1 100644
--- a/.github/workflows/headers.yml
+++ b/.github/workflows/headers.yml
@@ -37,7 +37,7 @@ jobs:
           java-version: 11
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v6.4.7
+        uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f # 
v6.4.8.0.0
 
       - name: Check headers
         run: sbt +headerCheckAll
diff --git a/.github/workflows/java-format.yml 
b/.github/workflows/java-format.yml
index da560d5..53aeb88 100644
--- a/.github/workflows/java-format.yml
+++ b/.github/workflows/java-format.yml
@@ -37,7 +37,7 @@ jobs:
           java-version: 11
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v6.4.7
+        uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f # 
v6.4.8.0.0
 
       # Not sure why need to do docs/javafmtCheckAll, figure out later
       - name: Check headers
diff --git a/.github/workflows/link-validator.yml 
b/.github/workflows/link-validator.yml
index b5742aa..f999d7b 100644
--- a/.github/workflows/link-validator.yml
+++ b/.github/workflows/link-validator.yml
@@ -36,7 +36,7 @@ jobs:
           java-version: 8
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v6.4.7
+        uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f # 
v6.4.8.0.0
 
       - name: Setup Coursier
         uses: coursier/setup-action@f7be3eb3dcef84a4e16fc8cd75c87beb2e5cbcc9 # 
v2.0.2
diff --git a/.github/workflows/pekko-1.0-nightly-tests.yml 
b/.github/workflows/pekko-1.0-nightly-tests.yml
index 42f2753..54f9e80 100644
--- a/.github/workflows/pekko-1.0-nightly-tests.yml
+++ b/.github/workflows/pekko-1.0-nightly-tests.yml
@@ -58,7 +58,7 @@ jobs:
           java-version: ${{ matrix.javaVersion }}
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v6.4.7
+        uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f # 
v6.4.8.0.0
 
       - name: Test against ${{ matrix.container }}
         run: |-
diff --git a/.github/workflows/pekko-1.x-nightly-tests.yml 
b/.github/workflows/pekko-1.x-nightly-tests.yml
index 115fb0b..82e3d34 100644
--- a/.github/workflows/pekko-1.x-nightly-tests.yml
+++ b/.github/workflows/pekko-1.x-nightly-tests.yml
@@ -60,7 +60,7 @@ jobs:
           java-version: ${{ matrix.javaVersion }}
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v6.4.7
+        uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f # 
v6.4.8.0.0
 
       - name: Test against ${{ matrix.container }}
         run: |-
diff --git a/.github/workflows/publish-1.0-docs.yml 
b/.github/workflows/publish-1.0-docs.yml
index b6699f1..3c87d32 100644
--- a/.github/workflows/publish-1.0-docs.yml
+++ b/.github/workflows/publish-1.0-docs.yml
@@ -40,7 +40,7 @@ jobs:
           java-version: 8
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v6.4.7
+        uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f # 
v6.4.8.0.0
 
       - name: Install graphviz
         run: sudo apt-get install -y graphviz
diff --git a/.github/workflows/publish-1.0-nightly.yml 
b/.github/workflows/publish-1.0-nightly.yml
index 600393a..c32b20a 100644
--- a/.github/workflows/publish-1.0-nightly.yml
+++ b/.github/workflows/publish-1.0-nightly.yml
@@ -42,7 +42,7 @@ jobs:
           java-version: 8
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v6.4.7
+        uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f # 
v6.4.8.0.0
 
       - name: Install graphviz
         run: sudo apt-get install -y graphviz
diff --git a/.github/workflows/publish-1.1-docs.yml 
b/.github/workflows/publish-1.1-docs.yml
index d43120f..eecf606 100644
--- a/.github/workflows/publish-1.1-docs.yml
+++ b/.github/workflows/publish-1.1-docs.yml
@@ -39,7 +39,7 @@ jobs:
           java-version: 8
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v6.4.7
+        uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f # 
v6.4.8.0.0
 
       - name: Install graphviz
         run: sudo apt-get install -y graphviz
diff --git a/.github/workflows/publish-nightly.yml 
b/.github/workflows/publish-nightly.yml
index c3bbb13..7d54c47 100644
--- a/.github/workflows/publish-nightly.yml
+++ b/.github/workflows/publish-nightly.yml
@@ -41,7 +41,7 @@ jobs:
           java-version: 8
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v6.4.7
+        uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f # 
v6.4.8.0.0
 
       - name: Install graphviz
         run: sudo apt-get install -y graphviz
diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml
index a4f8920..d5d4e37 100644
--- a/.github/workflows/unit-tests.yml
+++ b/.github/workflows/unit-tests.yml
@@ -58,7 +58,7 @@ jobs:
           java-version: ${{ matrix.javaVersion }}
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v6.4.7
+        uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f # 
v6.4.8.0.0
 
       - name: Test against ${{ matrix.container }}
         run: |-
@@ -89,7 +89,7 @@ jobs:
           java-version: 8
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v6.4.7
+        uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f # 
v6.4.8.0.0
 
       - name: MiMa Check
         run: sbt +mimaReportBinaryIssues
@@ -121,7 +121,7 @@ jobs:
           java-version: 11
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v6.4.7
+        uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f # 
v6.4.8.0.0
 
       - name: Create all API docs for artifacts/website and all reference docs
         run: sbt "unidoc; docs/paradox"


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

Reply via email to