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 711523b92 Bump coursier/cache-action from 8.0.1 to 8.1.0 (#1514)
711523b92 is described below
commit 711523b92a922712012403dab74c07aaa88d9f02
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 23 22:18:54 2026 +0100
Bump coursier/cache-action from 8.0.1 to 8.1.0 (#1514)
Bumps [coursier/cache-action](https://github.com/coursier/cache-action)
from 8.0.1 to 8.1.0.
- [Release notes](https://github.com/coursier/cache-action/releases)
-
[Commits](https://github.com/coursier/cache-action/compare/e47d7d35a0d3a2c7f649ca5c63dfc2bbfaa002e7...90c37294538be80a558fd665531fcdc2b467b475)
---
updated-dependencies:
- dependency-name: coursier/cache-action
dependency-version: 8.1.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
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 78c81976d..21d382734 100644
--- a/.github/workflows/check-build-test.yml
+++ b/.github/workflows/check-build-test.yml
@@ -50,7 +50,7 @@ jobs:
uses: sbt/setup-sbt@dd1ef7d7798fab5ce802a6adab3b782817b8c2d0 # v1.1.20
- name: Cache Coursier cache
- uses: coursier/cache-action@e47d7d35a0d3a2c7f649ca5c63dfc2bbfaa002e7 #
v6.4.7
+ uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 #
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@dd1ef7d7798fab5ce802a6adab3b782817b8c2d0 # v1.1.20
- name: Cache Coursier cache
- uses: coursier/cache-action@e47d7d35a0d3a2c7f649ca5c63dfc2bbfaa002e7 #
v6.4.7
+ uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 #
v6.4.7
- name: ${{ matrix.connector }}
env:
diff --git a/.github/workflows/headers.yml b/.github/workflows/headers.yml
index 5b5ed3d7d..f3b7a9d46 100644
--- a/.github/workflows/headers.yml
+++ b/.github/workflows/headers.yml
@@ -43,7 +43,7 @@ jobs:
uses: sbt/setup-sbt@dd1ef7d7798fab5ce802a6adab3b782817b8c2d0 # v1.1.20
- name: Cache Coursier cache
- uses: coursier/cache-action@e47d7d35a0d3a2c7f649ca5c63dfc2bbfaa002e7 #
v6.4.7
+ uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 #
v6.4.7
- name: Check headers
run: |-
diff --git a/.github/workflows/link-validator.yml
b/.github/workflows/link-validator.yml
index b07a5599e..e32690fe8 100644
--- a/.github/workflows/link-validator.yml
+++ b/.github/workflows/link-validator.yml
@@ -34,7 +34,7 @@ jobs:
uses: sbt/setup-sbt@dd1ef7d7798fab5ce802a6adab3b782817b8c2d0 # v1.1.20
- name: Cache Coursier cache
- uses: coursier/cache-action@e47d7d35a0d3a2c7f649ca5c63dfc2bbfaa002e7 #
v6.4.7
+ uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 #
v6.4.7
- name: Setup Coursier
uses: coursier/setup-action@fd1707a76b027efdfb66ca79318b4d29b72e5a02 #
v3.0.0
diff --git a/.github/workflows/nightly-builds.yaml
b/.github/workflows/nightly-builds.yaml
index 7c0d14205..b9b6ddcf1 100644
--- a/.github/workflows/nightly-builds.yaml
+++ b/.github/workflows/nightly-builds.yaml
@@ -52,7 +52,7 @@ jobs:
uses: sbt/setup-sbt@dd1ef7d7798fab5ce802a6adab3b782817b8c2d0 # v1.1.20
- name: Cache Coursier cache
- uses: coursier/cache-action@e47d7d35a0d3a2c7f649ca5c63dfc2bbfaa002e7 #
v6.4.7
+ uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 #
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@dd1ef7d7798fab5ce802a6adab3b782817b8c2d0 # v1.1.20
- name: Cache Coursier cache
- uses: coursier/cache-action@e47d7d35a0d3a2c7f649ca5c63dfc2bbfaa002e7 #
v6.4.7
+ uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 #
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 36fbf3d46..375913881 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@dd1ef7d7798fab5ce802a6adab3b782817b8c2d0 # v1.1.20
- name: Cache Coursier cache
- uses: coursier/cache-action@e47d7d35a0d3a2c7f649ca5c63dfc2bbfaa002e7 #
v6.4.7
+ uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 #
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 6ef877e2a..cd635e863 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@dd1ef7d7798fab5ce802a6adab3b782817b8c2d0 # v1.1.20
- name: Cache Coursier cache
- uses: coursier/cache-action@e47d7d35a0d3a2c7f649ca5c63dfc2bbfaa002e7 #
v6.4.7
+ uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 #
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]