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 c9097f3d Bump coursier/cache-action from 7.0.0 to 8.0.0 (#458)
c9097f3d is described below
commit c9097f3dcf9348a9cb9df8d4a452804b506d2085
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 16 22:16:24 2026 +0100
Bump coursier/cache-action from 7.0.0 to 8.0.0 (#458)
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/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 bc37cc82..966c36b3 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@bebeeb0e6f48ebad66d3783946588ecf43114433 #
v7.0.0
+ uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f #
v8.0.0
- 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@bebeeb0e6f48ebad66d3783946588ecf43114433 #
v7.0.0
+ uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f #
v8.0.0
- 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@bebeeb0e6f48ebad66d3783946588ecf43114433 #
v7.0.0
+ uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f #
v8.0.0
- 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@bebeeb0e6f48ebad66d3783946588ecf43114433 #
v7.0.0
+ uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f #
v8.0.0
- 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@bebeeb0e6f48ebad66d3783946588ecf43114433 #
v7.0.0
+ uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f #
v8.0.0
- 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@bebeeb0e6f48ebad66d3783946588ecf43114433 #
v7.0.0
+ uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f #
v8.0.0
- name: "Compile benchmark tests"
run: sbt "benchmarks/Test/compile"
diff --git a/.github/workflows/headers.yml b/.github/workflows/headers.yml
index 4488b55f..86f63b26 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@bebeeb0e6f48ebad66d3783946588ecf43114433 #
v7.0.0
+ uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f #
v8.0.0
- name: Check headers
run: |-
diff --git a/.github/workflows/link-validator.yml
b/.github/workflows/link-validator.yml
index cce929c7..c1adefe1 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@bebeeb0e6f48ebad66d3783946588ecf43114433 #
v7.0.0
+ uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f #
v8.0.0
- 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 19a35ac3..73fdcd09 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@bebeeb0e6f48ebad66d3783946588ecf43114433 #
v7.0.0
+ uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f #
v8.0.0
- 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@bebeeb0e6f48ebad66d3783946588ecf43114433 #
v7.0.0
+ uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f #
v8.0.0
- 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 fb40586f..f1389a3a 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@bebeeb0e6f48ebad66d3783946588ecf43114433 #
v7.0.0
+ uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f #
v8.0.0
- name: Build Documentation
run: |-
diff --git a/.github/workflows/publish-1.1-docs.yml
b/.github/workflows/publish-1.1-docs.yml
index 2950c67d..1ee195af 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@bebeeb0e6f48ebad66d3783946588ecf43114433 #
v7.0.0
+ uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f #
v8.0.0
- name: Build Documentation
run: |-
diff --git a/.github/workflows/publish-nightly.yml
b/.github/workflows/publish-nightly.yml
index 987037a5..726dac9f 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@bebeeb0e6f48ebad66d3783946588ecf43114433 #
v7.0.0
+ uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f #
v8.0.0
- name: Build Documentation
run: |-
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]