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 8b4788d02 Bump coursier/cache-action from 8.0.0 to 8.0.1 (#1449)
8b4788d02 is described below
commit 8b4788d026b00733984c551aaf2440ade5f063bc
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 23 22:37:11 2026 +0100
Bump coursier/cache-action from 8.0.0 to 8.0.1 (#1449)
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 | 4 ++--
.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, 8 insertions(+), 8 deletions(-)
diff --git a/.github/workflows/check-build-test.yml
b/.github/workflows/check-build-test.yml
index 215281912..71b2f0fb3 100644
--- a/.github/workflows/check-build-test.yml
+++ b/.github/workflows/check-build-test.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.7
+ uses: coursier/cache-action@e47d7d35a0d3a2c7f649ca5c63dfc2bbfaa002e7 #
v6.4.7
# Javafmt code style check disabled temporarily
# https://github.com/apache/pekko-connectors/issues/1401
@@ -170,7 +170,7 @@ jobs:
uses: sbt/setup-sbt@1cad58d595b729a71ca2254cdf5b43dd6f42d4bb # v1.1.18
- name: Cache Coursier cache
- uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f #
v6.4.7
+ uses: coursier/cache-action@e47d7d35a0d3a2c7f649ca5c63dfc2bbfaa002e7 #
v6.4.7
- name: ${{ matrix.connector }}
env:
diff --git a/.github/workflows/headers.yml b/.github/workflows/headers.yml
index 6bf3fc13f..ab025aea0 100644
--- a/.github/workflows/headers.yml
+++ b/.github/workflows/headers.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.7
+ uses: coursier/cache-action@e47d7d35a0d3a2c7f649ca5c63dfc2bbfaa002e7 #
v6.4.7
- name: Check headers
run: |-
diff --git a/.github/workflows/link-validator.yml
b/.github/workflows/link-validator.yml
index 61f381913..8caee0b7c 100644
--- a/.github/workflows/link-validator.yml
+++ b/.github/workflows/link-validator.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.7
+ uses: coursier/cache-action@e47d7d35a0d3a2c7f649ca5c63dfc2bbfaa002e7 #
v6.4.7
- name: Setup Coursier
uses: coursier/setup-action@7acb5c9ea69bc1a1bb185ec45ebce2ac114f3628 #
v2.0.3
diff --git a/.github/workflows/nightly-builds.yaml
b/.github/workflows/nightly-builds.yaml
index f98244823..be87eada1 100644
--- a/.github/workflows/nightly-builds.yaml
+++ b/.github/workflows/nightly-builds.yaml
@@ -52,7 +52,7 @@ jobs:
uses: sbt/setup-sbt@1cad58d595b729a71ca2254cdf5b43dd6f42d4bb # v1.1.18
- name: Cache Coursier cache
- uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f #
v6.4.7
+ uses: coursier/cache-action@e47d7d35a0d3a2c7f649ca5c63dfc2bbfaa002e7 #
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@1cad58d595b729a71ca2254cdf5b43dd6f42d4bb # v1.1.18
- name: Cache Coursier cache
- uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f #
v6.4.7
+ uses: coursier/cache-action@e47d7d35a0d3a2c7f649ca5c63dfc2bbfaa002e7 #
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 c00d1b4c4..3d77a6fe0 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@1cad58d595b729a71ca2254cdf5b43dd6f42d4bb # v1.1.18
- name: Cache Coursier cache
- uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f #
v6.4.7
+ uses: coursier/cache-action@e47d7d35a0d3a2c7f649ca5c63dfc2bbfaa002e7 #
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 55a74c30f..c563ebf37 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@1cad58d595b729a71ca2254cdf5b43dd6f42d4bb # v1.1.18
- name: Cache Coursier cache
- uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f #
v6.4.7
+ uses: coursier/cache-action@e47d7d35a0d3a2c7f649ca5c63dfc2bbfaa002e7 #
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]