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.git
The following commit(s) were added to refs/heads/main by this push:
new dbd55b560 Bump coursier/cache-action from 7.0.0 to 8.0.0 (#1399)
dbd55b560 is described below
commit dbd55b560df8a19c09d090823e43bf32ceca56cc
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Feb 3 08:53:58 2026 +0100
Bump coursier/cache-action from 7.0.0 to 8.0.0 (#1399)
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 | 6 +++---
.github/workflows/headers.yml | 2 +-
.github/workflows/link-validator.yml | 2 +-
.github/workflows/nightly-builds.yaml | 4 ++--
.github/workflows/nightly-pekko-1.0-builds.yaml | 2 +-
.github/workflows/nightly-pekko-1.x-builds.yaml | 2 +-
6 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/.github/workflows/check-build-test.yml
b/.github/workflows/check-build-test.yml
index e39e02745..d1cf2f34b 100644
--- a/.github/workflows/check-build-test.yml
+++ b/.github/workflows/check-build-test.yml
@@ -50,7 +50,7 @@ jobs:
uses: sbt/setup-sbt@a627500d27445f8c5021755a439829b6e78e3358 # v1.1.15
- name: Cache Coursier cache
- uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 #
v6.4.7
+ uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f #
v6.4.7
- name: "Code style, compile tests, MiMa. Run locally with: sbt
\"javafmtCheckAll; +Test/compile; +mimaReportBinaryIssues\""
run: sbt "javafmtCheckAll; +Test/compile; +mimaReportBinaryIssues"
@@ -82,7 +82,7 @@ jobs:
uses: sbt/setup-sbt@a627500d27445f8c5021755a439829b6e78e3358 # v1.1.15
- name: Cache Coursier cache
- uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 #
v6.4.7
+ uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f #
v6.4.7
- name: "Create all API docs and create site with Paradox"
run: sbt docs/makeSite
@@ -170,7 +170,7 @@ jobs:
uses: sbt/setup-sbt@a627500d27445f8c5021755a439829b6e78e3358 # v1.1.15
- name: Cache Coursier cache
- uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 #
v6.4.7
+ uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f #
v6.4.7
- name: ${{ matrix.connector }}
env:
diff --git a/.github/workflows/headers.yml b/.github/workflows/headers.yml
index 9e2040483..26f87eae7 100644
--- a/.github/workflows/headers.yml
+++ b/.github/workflows/headers.yml
@@ -43,7 +43,7 @@ jobs:
uses: sbt/setup-sbt@a627500d27445f8c5021755a439829b6e78e3358 # v1.1.15
- name: Cache Coursier cache
- uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 #
v6.4.7
+ uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f #
v6.4.7
- name: Check headers
run: |-
diff --git a/.github/workflows/link-validator.yml
b/.github/workflows/link-validator.yml
index d084ca4a6..608702c2b 100644
--- a/.github/workflows/link-validator.yml
+++ b/.github/workflows/link-validator.yml
@@ -34,7 +34,7 @@ jobs:
uses: sbt/setup-sbt@a627500d27445f8c5021755a439829b6e78e3358 # v1.1.15
- name: Cache Coursier cache
- uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 #
v6.4.7
+ uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f #
v6.4.7
- name: Setup Coursier
uses: coursier/setup-action@f7be3eb3dcef84a4e16fc8cd75c87beb2e5cbcc9 #
v2.0.2
diff --git a/.github/workflows/nightly-builds.yaml
b/.github/workflows/nightly-builds.yaml
index 4b6db90b2..a09e4ac85 100644
--- a/.github/workflows/nightly-builds.yaml
+++ b/.github/workflows/nightly-builds.yaml
@@ -52,7 +52,7 @@ jobs:
uses: sbt/setup-sbt@a627500d27445f8c5021755a439829b6e78e3358 # v1.1.15
- name: Cache Coursier cache
- uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 #
v6.4.7
+ uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f #
v6.4.7
- name: "compile, including tests. Run locally with: sbt +Test/compile"
run: sbt +Test/compile
@@ -77,7 +77,7 @@ jobs:
uses: sbt/setup-sbt@a627500d27445f8c5021755a439829b6e78e3358 # v1.1.15
- name: Cache Coursier cache
- uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 #
v6.4.7
+ uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f #
v6.4.7
- name: S3 Integration tests
run: |-
diff --git a/.github/workflows/nightly-pekko-1.0-builds.yaml
b/.github/workflows/nightly-pekko-1.0-builds.yaml
index 6cb0cb06f..acfd7bf90 100644
--- a/.github/workflows/nightly-pekko-1.0-builds.yaml
+++ b/.github/workflows/nightly-pekko-1.0-builds.yaml
@@ -57,7 +57,7 @@ jobs:
uses: sbt/setup-sbt@a627500d27445f8c5021755a439829b6e78e3358 # v1.1.15
- name: Cache Coursier cache
- uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 #
v6.4.7
+ uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f #
v6.4.7
- name: "compile, including tests. Run locally with: sbt
-Dpekko.build.pekko.version=1.0.x -Dpekko.build.pekko.http.version=1.0.x
+Test/compile"
run: sbt -Dpekko.build.pekko.version=1.0.x
-Dpekko.build.pekko.http.version=1.0.x +Test/compile
diff --git a/.github/workflows/nightly-pekko-1.x-builds.yaml
b/.github/workflows/nightly-pekko-1.x-builds.yaml
index c5d38c02c..9a96600a8 100644
--- a/.github/workflows/nightly-pekko-1.x-builds.yaml
+++ b/.github/workflows/nightly-pekko-1.x-builds.yaml
@@ -59,7 +59,7 @@ jobs:
uses: sbt/setup-sbt@a627500d27445f8c5021755a439829b6e78e3358 # v1.1.15
- name: Cache Coursier cache
- uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 #
v6.4.7
+ uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f #
v6.4.7
- name: "compile, including tests. Run locally with: sbt
-Dpekko.build.pekko.version=1.x -Dpekko.build.pekko.http.version=1.x
+Test/compile"
run: sbt -Dpekko.build.pekko.version=1.x
-Dpekko.build.pekko.http.version=1.x +Test/compile
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]