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-projection.git
The following commit(s) were added to refs/heads/main by this push:
new ba0d77c Bump coursier/cache-action from 8.0.0 to 8.0.1 (#419)
ba0d77c is described below
commit ba0d77ca5be55f964fd5b26ec9f9979a4a82e57b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 23 20:09:15 2026 +0100
Bump coursier/cache-action from 8.0.0 to 8.0.1 (#419)
* Bump coursier/cache-action from 8.0.0 to 8.0.1
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]>
* version number
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: PJ Fanning <[email protected]>
---
.github/workflows/checks.yml | 6 +++---
.github/workflows/headers.yml | 2 +-
.github/workflows/integration-tests-cassandra.yml | 2 +-
.github/workflows/integration-tests-jdbc.yml | 2 +-
.github/workflows/integration-tests-kafka.yml | 2 +-
.github/workflows/integration-tests-slick.yml | 2 +-
.github/workflows/link-validator.yml | 2 +-
.github/workflows/nightly-pekko-1.0-tests.yml | 2 +-
.github/workflows/nightly-pekko-1.3-tests.yml | 2 +-
.github/workflows/publish-1.0-docs.yml | 2 +-
.github/workflows/publish-1.1-docs.yml | 2 +-
.github/workflows/publish-nightly.yml | 2 +-
.github/workflows/unit-tests.yml | 2 +-
13 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml
index aad8cf6..eef2137 100644
--- a/.github/workflows/checks.yml
+++ b/.github/workflows/checks.yml
@@ -43,7 +43,7 @@ jobs:
uses: sbt/setup-sbt@1cad58d595b729a71ca2254cdf5b43dd6f42d4bb # v1.1.18
- name: Cache Coursier cache
- uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f #
v6.4.8.0.0
+ uses: coursier/cache-action@e47d7d35a0d3a2c7f649ca5c63dfc2bbfaa002e7 #
v8.0.1
- name: Code style check and binary-compatibility check
run: sbt "verifyCodeStyle; mimaReportBinaryIssues"
@@ -74,7 +74,7 @@ jobs:
uses: sbt/setup-sbt@1cad58d595b729a71ca2254cdf5b43dd6f42d4bb # v1.1.18
- name: Cache Coursier cache
- uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f #
v6.4.8.0.0
+ uses: coursier/cache-action@e47d7d35a0d3a2c7f649ca5c63dfc2bbfaa002e7 #
v8.0.1
- name: Cross Compile all code with fatal warnings for Java 11
run: sbt "clean ; +Test/compile"
@@ -105,7 +105,7 @@ jobs:
uses: sbt/setup-sbt@1cad58d595b729a71ca2254cdf5b43dd6f42d4bb # v1.1.18
- name: Cache Coursier cache
- uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f #
v6.4.8.0.0
+ uses: coursier/cache-action@e47d7d35a0d3a2c7f649ca5c63dfc2bbfaa002e7 #
v8.0.1
- name: Create all API docs for artifacts/website and all reference docs
run: sbt "unidoc; docs/paradox"
diff --git a/.github/workflows/headers.yml b/.github/workflows/headers.yml
index e77a370..76fadc6 100644
--- a/.github/workflows/headers.yml
+++ b/.github/workflows/headers.yml
@@ -40,7 +40,7 @@ jobs:
uses: sbt/setup-sbt@1cad58d595b729a71ca2254cdf5b43dd6f42d4bb # v1.1.18
- name: Cache Coursier cache
- uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f #
v6.4.8.0.0
+ uses: coursier/cache-action@e47d7d35a0d3a2c7f649ca5c63dfc2bbfaa002e7 #
v8.0.1
- name: Check headers
run: |-
diff --git a/.github/workflows/integration-tests-cassandra.yml
b/.github/workflows/integration-tests-cassandra.yml
index 3be059d..0f8d060 100644
--- a/.github/workflows/integration-tests-cassandra.yml
+++ b/.github/workflows/integration-tests-cassandra.yml
@@ -48,7 +48,7 @@ jobs:
uses: sbt/setup-sbt@1cad58d595b729a71ca2254cdf5b43dd6f42d4bb # v1.1.18
- name: Cache Coursier cache
- uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f #
v6.4.8.0.0
+ uses: coursier/cache-action@e47d7d35a0d3a2c7f649ca5c63dfc2bbfaa002e7 #
v8.0.1
- name: Run all integration tests with Scala ${{ matrix.scala-version }}
and Java ${{ matrix.java-version }}
run: sbt ++${{ matrix.scala-version }} cassandra-test/test ${{
matrix.sbt-opts }}
diff --git a/.github/workflows/integration-tests-jdbc.yml
b/.github/workflows/integration-tests-jdbc.yml
index ed2b7df..83b19cc 100644
--- a/.github/workflows/integration-tests-jdbc.yml
+++ b/.github/workflows/integration-tests-jdbc.yml
@@ -52,7 +52,7 @@ jobs:
uses: sbt/setup-sbt@1cad58d595b729a71ca2254cdf5b43dd6f42d4bb # v1.1.18
- name: Cache Coursier cache
- uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f #
v6.4.8.0.0
+ uses: coursier/cache-action@e47d7d35a0d3a2c7f649ca5c63dfc2bbfaa002e7 #
v8.0.1
- name: Run all integration tests with Scala ${{ matrix.scala-version }}
and Java ${{ matrix.java-version }}
run: sbt ++${{ matrix.scala-version }} jdbc-int-test/test ${{
matrix.sbt-opts }}
diff --git a/.github/workflows/integration-tests-kafka.yml
b/.github/workflows/integration-tests-kafka.yml
index cb6fb1a..b6baedd 100644
--- a/.github/workflows/integration-tests-kafka.yml
+++ b/.github/workflows/integration-tests-kafka.yml
@@ -48,7 +48,7 @@ jobs:
uses: sbt/setup-sbt@1cad58d595b729a71ca2254cdf5b43dd6f42d4bb # v1.1.18
- name: Cache Coursier cache
- uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f #
v6.4.8.0.0
+ uses: coursier/cache-action@e47d7d35a0d3a2c7f649ca5c63dfc2bbfaa002e7 #
v8.0.1
- name: Run all integration tests with Scala ${{ matrix.scala-version }}
and Java ${{ matrix.java-version }}
run: sbt ++${{ matrix.scala-version }} kafka-test/test ${{
matrix.sbt-opts }}
diff --git a/.github/workflows/integration-tests-slick.yml
b/.github/workflows/integration-tests-slick.yml
index 1b7398a..2f1e81a 100644
--- a/.github/workflows/integration-tests-slick.yml
+++ b/.github/workflows/integration-tests-slick.yml
@@ -52,7 +52,7 @@ jobs:
uses: sbt/setup-sbt@1cad58d595b729a71ca2254cdf5b43dd6f42d4bb # v1.1.18
- name: Cache Coursier cache
- uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f #
v6.4.8.0.0
+ uses: coursier/cache-action@e47d7d35a0d3a2c7f649ca5c63dfc2bbfaa002e7 #
v8.0.1
- name: Run all integration tests with Scala ${{ matrix.scala-version }}
and Java ${{ matrix.java-version }}
run: sbt ++${{ matrix.scala-version }} slick-int-test/test ${{
matrix.sbt-opts }}
diff --git a/.github/workflows/link-validator.yml
b/.github/workflows/link-validator.yml
index 37b5180..42f392a 100644
--- a/.github/workflows/link-validator.yml
+++ b/.github/workflows/link-validator.yml
@@ -39,7 +39,7 @@ jobs:
uses: sbt/setup-sbt@1cad58d595b729a71ca2254cdf5b43dd6f42d4bb # v1.1.18
- name: Cache Coursier cache
- uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f #
v6.4.8.0.0
+ uses: coursier/cache-action@e47d7d35a0d3a2c7f649ca5c63dfc2bbfaa002e7 #
v8.0.1
- name: Setup Coursier
uses: coursier/setup-action@7acb5c9ea69bc1a1bb185ec45ebce2ac114f3628 #
v2.0.3
diff --git a/.github/workflows/nightly-pekko-1.0-tests.yml
b/.github/workflows/nightly-pekko-1.0-tests.yml
index fcec65d..6531f66 100644
--- a/.github/workflows/nightly-pekko-1.0-tests.yml
+++ b/.github/workflows/nightly-pekko-1.0-tests.yml
@@ -43,7 +43,7 @@ jobs:
uses: sbt/setup-sbt@1cad58d595b729a71ca2254cdf5b43dd6f42d4bb # v1.1.18
- name: Cache Coursier cache
- uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f #
v6.4.8.0.0
+ uses: coursier/cache-action@e47d7d35a0d3a2c7f649ca5c63dfc2bbfaa002e7 #
v8.0.1
- name: Run all integration tests with Scala ${{ matrix.scala-version }}
and Java ${{ matrix.java-version }}
run: |
diff --git a/.github/workflows/nightly-pekko-1.3-tests.yml
b/.github/workflows/nightly-pekko-1.3-tests.yml
index c5610df..ad710fd 100644
--- a/.github/workflows/nightly-pekko-1.3-tests.yml
+++ b/.github/workflows/nightly-pekko-1.3-tests.yml
@@ -45,7 +45,7 @@ jobs:
uses: sbt/setup-sbt@1cad58d595b729a71ca2254cdf5b43dd6f42d4bb # v1.1.18
- name: Cache Coursier cache
- uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f #
v6.4.8.0.0
+ uses: coursier/cache-action@e47d7d35a0d3a2c7f649ca5c63dfc2bbfaa002e7 #
v8.0.1
- name: Run all integration tests with Scala ${{ matrix.scala-version }}
and Java ${{ matrix.java-version }}
run: |
diff --git a/.github/workflows/publish-1.0-docs.yml
b/.github/workflows/publish-1.0-docs.yml
index c79fdd9..7637a62 100644
--- a/.github/workflows/publish-1.0-docs.yml
+++ b/.github/workflows/publish-1.0-docs.yml
@@ -34,7 +34,7 @@ jobs:
uses: sbt/setup-sbt@1cad58d595b729a71ca2254cdf5b43dd6f42d4bb # v1.1.18
- name: Cache Coursier cache
- uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f #
v6.4.8.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 e55a503..748b0ac 100644
--- a/.github/workflows/publish-1.1-docs.yml
+++ b/.github/workflows/publish-1.1-docs.yml
@@ -33,7 +33,7 @@ jobs:
uses: sbt/setup-sbt@1cad58d595b729a71ca2254cdf5b43dd6f42d4bb # v1.1.18
- name: Cache Coursier cache
- uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f #
v6.4.8.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 7dcab85..65ded24 100644
--- a/.github/workflows/publish-nightly.yml
+++ b/.github/workflows/publish-nightly.yml
@@ -74,7 +74,7 @@ jobs:
uses: sbt/setup-sbt@1cad58d595b729a71ca2254cdf5b43dd6f42d4bb # v1.1.18
- name: Cache Coursier cache
- uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f #
v6.4.8.0.0
+ uses: coursier/cache-action@e47d7d35a0d3a2c7f649ca5c63dfc2bbfaa002e7 #
v8.0.1
- name: Build Documentation
run: |-
diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml
index e7d832a..fdc1dd1 100644
--- a/.github/workflows/unit-tests.yml
+++ b/.github/workflows/unit-tests.yml
@@ -50,7 +50,7 @@ jobs:
uses: sbt/setup-sbt@1cad58d595b729a71ca2254cdf5b43dd6f42d4bb # v1.1.18
- name: Cache Coursier cache
- uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f #
v6.4.8.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 }}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]