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 c218b31 Bump coursier/cache-action from 6.4.9 to 7.0.0 (#338)
c218b31 is described below
commit c218b3136e924176a355ce0b4a6a7d2570694fcb
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Nov 7 18:45:21 2025 +0100
Bump coursier/cache-action from 6.4.9 to 7.0.0 (#338)
Bumps [coursier/cache-action](https://github.com/coursier/cache-action)
from 6.4.9 to 7.0.0.
- [Release notes](https://github.com/coursier/cache-action/releases)
-
[Commits](https://github.com/coursier/cache-action/compare/4e2615869d13561d626ed48655e1a39e5b192b3c...bebeeb0e6f48ebad66d3783946588ecf43114433)
---
updated-dependencies:
- dependency-name: coursier/cache-action
dependency-version: 7.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/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 1934e45..eb2f365 100644
--- a/.github/workflows/checks.yml
+++ b/.github/workflows/checks.yml
@@ -43,7 +43,7 @@ jobs:
uses: sbt/setup-sbt@6c68d2fe8dfbc0a0534d70101baa2e0420e1a506 # v1.1.9
- name: Cache Coursier cache
- uses: coursier/cache-action@4e2615869d13561d626ed48655e1a39e5b192b3c #
v6.4.7
+ uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 #
v6.4.7
- name: Code style check and binary-compatibility check
run: sbt "verifyCodeStyle; mimaReportBinaryIssues"
@@ -74,7 +74,7 @@ jobs:
uses: sbt/setup-sbt@6c68d2fe8dfbc0a0534d70101baa2e0420e1a506 # v1.1.9
- name: Cache Coursier cache
- uses: coursier/cache-action@4e2615869d13561d626ed48655e1a39e5b192b3c #
v6.4.7
+ uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 #
v6.4.7
- 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@6c68d2fe8dfbc0a0534d70101baa2e0420e1a506 # v1.1.9
- name: Cache Coursier cache
- uses: coursier/cache-action@4e2615869d13561d626ed48655e1a39e5b192b3c #
v6.4.7
+ uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 #
v6.4.7
- 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 dfd7d87..18e8dc0 100644
--- a/.github/workflows/headers.yml
+++ b/.github/workflows/headers.yml
@@ -40,7 +40,7 @@ jobs:
uses: sbt/setup-sbt@6c68d2fe8dfbc0a0534d70101baa2e0420e1a506 # v1.1.9
- name: Cache Coursier cache
- uses: coursier/cache-action@4e2615869d13561d626ed48655e1a39e5b192b3c #
v6.4.7
+ uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 #
v6.4.7
- name: Check headers
run: |-
diff --git a/.github/workflows/integration-tests-cassandra.yml
b/.github/workflows/integration-tests-cassandra.yml
index d6da26d..9123563 100644
--- a/.github/workflows/integration-tests-cassandra.yml
+++ b/.github/workflows/integration-tests-cassandra.yml
@@ -48,7 +48,7 @@ jobs:
uses: sbt/setup-sbt@6c68d2fe8dfbc0a0534d70101baa2e0420e1a506 # v1.1.9
- name: Cache Coursier cache
- uses: coursier/cache-action@4e2615869d13561d626ed48655e1a39e5b192b3c #
v6.4.7
+ uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 #
v6.4.7
- 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 3ad470a..8e794ab 100644
--- a/.github/workflows/integration-tests-jdbc.yml
+++ b/.github/workflows/integration-tests-jdbc.yml
@@ -52,7 +52,7 @@ jobs:
uses: sbt/setup-sbt@6c68d2fe8dfbc0a0534d70101baa2e0420e1a506 # v1.1.9
- name: Cache Coursier cache
- uses: coursier/cache-action@4e2615869d13561d626ed48655e1a39e5b192b3c #
v6.4.7
+ uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 #
v6.4.7
- 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 e0f27d6..edb2439 100644
--- a/.github/workflows/integration-tests-kafka.yml
+++ b/.github/workflows/integration-tests-kafka.yml
@@ -48,7 +48,7 @@ jobs:
uses: sbt/setup-sbt@6c68d2fe8dfbc0a0534d70101baa2e0420e1a506 # v1.1.9
- name: Cache Coursier cache
- uses: coursier/cache-action@4e2615869d13561d626ed48655e1a39e5b192b3c #
v6.4.7
+ uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 #
v6.4.7
- 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 1567f69..804a032 100644
--- a/.github/workflows/integration-tests-slick.yml
+++ b/.github/workflows/integration-tests-slick.yml
@@ -52,7 +52,7 @@ jobs:
uses: sbt/setup-sbt@6c68d2fe8dfbc0a0534d70101baa2e0420e1a506 # v1.1.9
- name: Cache Coursier cache
- uses: coursier/cache-action@4e2615869d13561d626ed48655e1a39e5b192b3c #
v6.4.7
+ uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 #
v6.4.7
- 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 b3f06c7..6128855 100644
--- a/.github/workflows/link-validator.yml
+++ b/.github/workflows/link-validator.yml
@@ -40,7 +40,7 @@ jobs:
uses: sbt/setup-sbt@6c68d2fe8dfbc0a0534d70101baa2e0420e1a506 # v1.1.9
- name: Cache Coursier cache
- uses: coursier/cache-action@4e2615869d13561d626ed48655e1a39e5b192b3c #
v6.4.7
+ uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 #
v6.4.7
- name: Setup Coursier
uses: coursier/setup-action@039f736548afa5411c1382f40a5bd9c2d30e0383 #
v1.3.9
diff --git a/.github/workflows/nightly-pekko-1.0-tests.yml
b/.github/workflows/nightly-pekko-1.0-tests.yml
index 37a5f18..4fe5ce0 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@6c68d2fe8dfbc0a0534d70101baa2e0420e1a506 # v1.1.9
- name: Cache Coursier cache
- uses: coursier/cache-action@4e2615869d13561d626ed48655e1a39e5b192b3c #
v6.4.7
+ uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 #
v6.4.7
- 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 133369a..45af717 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@6c68d2fe8dfbc0a0534d70101baa2e0420e1a506 # v1.1.9
- name: Cache Coursier cache
- uses: coursier/cache-action@4e2615869d13561d626ed48655e1a39e5b192b3c #
v6.4.7
+ uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 #
v6.4.7
- 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 b4f88c1..a668c48 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@6c68d2fe8dfbc0a0534d70101baa2e0420e1a506 # v1.1.9
- name: Cache Coursier cache
- uses: coursier/cache-action@4e2615869d13561d626ed48655e1a39e5b192b3c #
v6.4.7
+ uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 #
v6.4.7
- name: Build Documentation
run: |-
diff --git a/.github/workflows/publish-1.1-docs.yml
b/.github/workflows/publish-1.1-docs.yml
index 595424a..af729c1 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@6c68d2fe8dfbc0a0534d70101baa2e0420e1a506 # v1.1.9
- name: Cache Coursier cache
- uses: coursier/cache-action@4e2615869d13561d626ed48655e1a39e5b192b3c #
v6.4.7
+ uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 #
v6.4.7
- name: Build Documentation
run: |-
diff --git a/.github/workflows/publish-nightly.yml
b/.github/workflows/publish-nightly.yml
index cbcf4f2..3250692 100644
--- a/.github/workflows/publish-nightly.yml
+++ b/.github/workflows/publish-nightly.yml
@@ -74,7 +74,7 @@ jobs:
uses: sbt/setup-sbt@6c68d2fe8dfbc0a0534d70101baa2e0420e1a506 # v1.1.9
- name: Cache Coursier cache
- uses: coursier/cache-action@4e2615869d13561d626ed48655e1a39e5b192b3c #
v6.4.7
+ uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 #
v6.4.7
- name: Build Documentation
run: |-
diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml
index f49b069..51ecb58 100644
--- a/.github/workflows/unit-tests.yml
+++ b/.github/workflows/unit-tests.yml
@@ -50,7 +50,7 @@ jobs:
uses: sbt/setup-sbt@6c68d2fe8dfbc0a0534d70101baa2e0420e1a506 # v1.1.9
- name: Cache Coursier cache
- uses: coursier/cache-action@4e2615869d13561d626ed48655e1a39e5b192b3c #
v6.4.7
+ uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 #
v6.4.7
- 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]