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

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


The following commit(s) were added to refs/heads/main by this push:
     new 19a9e85  Bump coursier/cache-action from 6.4.9 to 8.1.0 (#155)
19a9e85 is described below

commit 19a9e8564ab815c0abae9c7374578b4789f1c394
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Apr 25 14:17:26 2026 +0200

    Bump coursier/cache-action from 6.4.9 to 8.1.0 (#155)
    
    Bumps [coursier/cache-action](https://github.com/coursier/cache-action) 
from 6.4.9 to 8.1.0.
    - [Release notes](https://github.com/coursier/cache-action/releases)
    - 
[Commits](https://github.com/coursier/cache-action/compare/4e2615869d13561d626ed48655e1a39e5b192b3c...90c37294538be80a558fd665531fcdc2b467b475)
    
    ---
    updated-dependencies:
    - dependency-name: coursier/cache-action
      dependency-version: 8.1.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/build-test.yml      | 2 +-
 .github/workflows/publish-nightly.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml
index 1536d60..93ead57 100644
--- a/.github/workflows/build-test.yml
+++ b/.github/workflows/build-test.yml
@@ -32,7 +32,7 @@ jobs:
         uses: sbt/setup-sbt@508b753e53cb6095967669e0911487d2b9bc9f41 # v1.1.22
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@4e2615869d13561d626ed48655e1a39e5b192b3c # 
6.4.7
+        uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 # 
8.1.0
 
       - name: Test pekko-sample-cluster-java
         run: cd pekko-sample-cluster-java && sbt multi-jvm:test
diff --git a/.github/workflows/publish-nightly.yml 
b/.github/workflows/publish-nightly.yml
index 6e1eabb..7a5ad33 100644
--- a/.github/workflows/publish-nightly.yml
+++ b/.github/workflows/publish-nightly.yml
@@ -44,7 +44,7 @@ jobs:
           java-version: 11
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@4e2615869d13561d626ed48655e1a39e5b192b3c # 
v6.4.7
+        uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 # 
v8.1.0
 
       - name: Run docs gen
         run: cd docs-gen && sbt paradox


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

Reply via email to