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/pekko-connectors-kafka.git


The following commit(s) were added to refs/heads/main by this push:
     new 56a1a710 Bump coursier/cache-action from 8.0.0 to 8.0.1 (#470)
56a1a710 is described below

commit 56a1a710245b694b4ca40274e1c53a2520eb8ab1
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Feb 24 22:25:55 2026 +0100

    Bump coursier/cache-action from 8.0.0 to 8.0.1 (#470)
    
    Bumps [coursier/cache-action](https://github.com/coursier/cache-action) 
from 8.0.0 to 8.0.1.
    - [Release notes](https://github.com/coursier/cache-action/releases)
    - 
[Commits](https://github.com/coursier/cache-action/compare/c5ca79321d170b8a18c288d9cadc2a6037166d0f...e47d7d35a0d3a2c7f649ca5c63dfc2bbfaa002e7)
    
    ---
    updated-dependencies:
    - dependency-name: coursier/cache-action
      dependency-version: 8.0.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/check-build-test.yml | 12 ++++++------
 .github/workflows/headers.yml          |  2 +-
 .github/workflows/link-validator.yml   |  2 +-
 .github/workflows/nightly-pekko.yml    |  4 ++--
 .github/workflows/publish-1.0-docs.yml |  2 +-
 .github/workflows/publish-1.1-docs.yml |  2 +-
 .github/workflows/publish-nightly.yml  |  2 +-
 7 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/.github/workflows/check-build-test.yml 
b/.github/workflows/check-build-test.yml
index 966c36b3..8599533d 100644
--- a/.github/workflows/check-build-test.yml
+++ b/.github/workflows/check-build-test.yml
@@ -48,7 +48,7 @@ jobs:
         uses: sbt/setup-sbt@ae54f7cfe46ec0d24ade661d77f007360ab48bda # v1.1.16
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f # 
v8.0.0
+        uses: coursier/cache-action@e47d7d35a0d3a2c7f649ca5c63dfc2bbfaa002e7 # 
v8.0.1
 
       - name: Code style check and binary-compatibility check
         # Run locally with: sbt 'javafmtCheckAll; mimaReportBinaryIssues'
@@ -77,7 +77,7 @@ jobs:
           java-version: 17
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f # 
v8.0.0
+        uses: coursier/cache-action@e47d7d35a0d3a2c7f649ca5c63dfc2bbfaa002e7 # 
v8.0.1
 
       - name: Compile all code with fatal warnings for Java 17 and Scala 2.13/3
         # Run locally with: env CI=true sbt 'clean ; Test/compile'
@@ -109,7 +109,7 @@ jobs:
         uses: sbt/setup-sbt@ae54f7cfe46ec0d24ade661d77f007360ab48bda # v1.1.16
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f # 
v8.0.0
+        uses: coursier/cache-action@e47d7d35a0d3a2c7f649ca5c63dfc2bbfaa002e7 # 
v8.0.1
 
       - name: Create all API docs for artifacts/website and all reference docs
         run: sbt "doc ; unidoc ; docs/paradoxBrowse"
@@ -147,7 +147,7 @@ jobs:
         uses: sbt/setup-sbt@ae54f7cfe46ec0d24ade661d77f007360ab48bda # v1.1.16
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f # 
v8.0.0
+        uses: coursier/cache-action@e47d7d35a0d3a2c7f649ca5c63dfc2bbfaa002e7 # 
v8.0.1
 
       - name: Run tests with Scala ${{ matrix.scala-version }} and Java ${{ 
matrix.java-version }}
         run: sbt "++${{ matrix.scala-version }} test" ${{ matrix.sbt-opts }}
@@ -183,7 +183,7 @@ jobs:
         uses: sbt/setup-sbt@ae54f7cfe46ec0d24ade661d77f007360ab48bda # v1.1.16
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f # 
v8.0.0
+        uses: coursier/cache-action@e47d7d35a0d3a2c7f649ca5c63dfc2bbfaa002e7 # 
v8.0.1
 
       - name: Run multi-broker and long running integration tests
         run: sbt "int-tests/test"
@@ -218,7 +218,7 @@ jobs:
         uses: sbt/setup-sbt@ae54f7cfe46ec0d24ade661d77f007360ab48bda # v1.1.16
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f # 
v8.0.0
+        uses: coursier/cache-action@e47d7d35a0d3a2c7f649ca5c63dfc2bbfaa002e7 # 
v8.0.1
 
       - name: "Compile benchmark tests"
         run: sbt "benchmarks/Test/compile"
diff --git a/.github/workflows/headers.yml b/.github/workflows/headers.yml
index 86f63b26..aba9d90c 100644
--- a/.github/workflows/headers.yml
+++ b/.github/workflows/headers.yml
@@ -23,7 +23,7 @@ jobs:
         uses: sbt/setup-sbt@ae54f7cfe46ec0d24ade661d77f007360ab48bda # v1.1.16
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f # 
v8.0.0
+        uses: coursier/cache-action@e47d7d35a0d3a2c7f649ca5c63dfc2bbfaa002e7 # 
v8.0.1
 
       - name: Check headers
         run: |-
diff --git a/.github/workflows/link-validator.yml 
b/.github/workflows/link-validator.yml
index c1adefe1..0c2b13c1 100644
--- a/.github/workflows/link-validator.yml
+++ b/.github/workflows/link-validator.yml
@@ -27,7 +27,7 @@ jobs:
         uses: sbt/setup-sbt@ae54f7cfe46ec0d24ade661d77f007360ab48bda # v1.1.16
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f # 
v8.0.0
+        uses: coursier/cache-action@e47d7d35a0d3a2c7f649ca5c63dfc2bbfaa002e7 # 
v8.0.1
 
       - name: Setup Coursier
         uses: coursier/setup-action@f7be3eb3dcef84a4e16fc8cd75c87beb2e5cbcc9 # 
v2.0.2
diff --git a/.github/workflows/nightly-pekko.yml 
b/.github/workflows/nightly-pekko.yml
index 73fdcd09..4f17fc3e 100644
--- a/.github/workflows/nightly-pekko.yml
+++ b/.github/workflows/nightly-pekko.yml
@@ -43,7 +43,7 @@ jobs:
         uses: sbt/setup-sbt@ae54f7cfe46ec0d24ade661d77f007360ab48bda # v1.1.16
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f # 
v8.0.0
+        uses: coursier/cache-action@e47d7d35a0d3a2c7f649ca5c63dfc2bbfaa002e7 # 
v8.0.1
 
       - name: Cache Build Target
         uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
@@ -85,7 +85,7 @@ jobs:
         uses: sbt/setup-sbt@ae54f7cfe46ec0d24ade661d77f007360ab48bda # v1.1.16
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f # 
v8.0.0
+        uses: coursier/cache-action@e47d7d35a0d3a2c7f649ca5c63dfc2bbfaa002e7 # 
v8.0.1
 
       - name: Cache Build Target
         uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
diff --git a/.github/workflows/publish-1.0-docs.yml 
b/.github/workflows/publish-1.0-docs.yml
index f1389a3a..b2df4e7c 100644
--- a/.github/workflows/publish-1.0-docs.yml
+++ b/.github/workflows/publish-1.0-docs.yml
@@ -26,7 +26,7 @@ jobs:
         uses: sbt/setup-sbt@ae54f7cfe46ec0d24ade661d77f007360ab48bda # v1.1.16
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f # 
v8.0.0
+        uses: coursier/cache-action@e47d7d35a0d3a2c7f649ca5c63dfc2bbfaa002e7 # 
v8.0.1
 
       - name: Build Documentation
         run: |-
diff --git a/.github/workflows/publish-1.1-docs.yml 
b/.github/workflows/publish-1.1-docs.yml
index 1ee195af..8194e894 100644
--- a/.github/workflows/publish-1.1-docs.yml
+++ b/.github/workflows/publish-1.1-docs.yml
@@ -25,7 +25,7 @@ jobs:
         uses: sbt/setup-sbt@ae54f7cfe46ec0d24ade661d77f007360ab48bda # v1.1.16
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f # 
v8.0.0
+        uses: coursier/cache-action@e47d7d35a0d3a2c7f649ca5c63dfc2bbfaa002e7 # 
v8.0.1
 
       - name: Build Documentation
         run: |-
diff --git a/.github/workflows/publish-nightly.yml 
b/.github/workflows/publish-nightly.yml
index 726dac9f..825bbe92 100644
--- a/.github/workflows/publish-nightly.yml
+++ b/.github/workflows/publish-nightly.yml
@@ -53,7 +53,7 @@ jobs:
         run: sbt +publish
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f # 
v8.0.0
+        uses: coursier/cache-action@e47d7d35a0d3a2c7f649ca5c63dfc2bbfaa002e7 # 
v8.0.1
 
       - name: Build Documentation
         run: |-


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

Reply via email to