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-persistence-r2dbc.git
The following commit(s) were added to refs/heads/main by this push:
new 28c0f50 Bump coursier/cache-action from 6.4.9 to 7.0.0 (#261)
28c0f50 is described below
commit 28c0f50bf68c5713342fd8e8029fae65a2bf4af9
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Nov 7 18:38:09 2025 +0100
Bump coursier/cache-action from 6.4.9 to 7.0.0 (#261)
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/binary-compatibility-checks.yml | 2 +-
.github/workflows/build-test.yml | 10 +++++-----
.github/workflows/headers.yml | 2 +-
.github/workflows/link-validator.yml | 2 +-
4 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/.github/workflows/binary-compatibility-checks.yml
b/.github/workflows/binary-compatibility-checks.yml
index 05f6fa4..655270f 100644
--- a/.github/workflows/binary-compatibility-checks.yml
+++ b/.github/workflows/binary-compatibility-checks.yml
@@ -30,7 +30,7 @@ jobs:
uses: sbt/setup-sbt@6c68d2fe8dfbc0a0534d70101baa2e0420e1a506 # v1.1.9
- name: Cache Coursier cache
- uses: coursier/cache-action@4e2615869d13561d626ed48655e1a39e5b192b3c #
6.4.7
+ uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 #
6.4.7
- name: Enable jvm-opts
run: cp .jvmopts-ci .jvmopts
diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml
index 7ae9de1..c68fc3b 100644
--- a/.github/workflows/build-test.yml
+++ b/.github/workflows/build-test.yml
@@ -32,7 +32,7 @@ jobs:
uses: sbt/setup-sbt@6c68d2fe8dfbc0a0534d70101baa2e0420e1a506 # v1.1.9
- name: Cache Coursier cache
- uses: coursier/cache-action@4e2615869d13561d626ed48655e1a39e5b192b3c #
6.4.7
+ uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 #
6.4.7
- name: Enable jvm-opts
run: cp .jvmopts-ci .jvmopts
@@ -71,7 +71,7 @@ jobs:
uses: sbt/setup-sbt@6c68d2fe8dfbc0a0534d70101baa2e0420e1a506 # v1.1.9
- name: Cache Coursier cache
- uses: coursier/cache-action@4e2615869d13561d626ed48655e1a39e5b192b3c #
6.4.7
+ uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 #
6.4.7
- name: Enable jvm-opts
run: cp .jvmopts-ci .jvmopts
@@ -121,7 +121,7 @@ jobs:
uses: sbt/setup-sbt@6c68d2fe8dfbc0a0534d70101baa2e0420e1a506 # v1.1.9
- name: Cache Coursier cache
- uses: coursier/cache-action@4e2615869d13561d626ed48655e1a39e5b192b3c #
6.4.7
+ uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 #
6.4.7
- name: Enable jvm-opts
run: cp .jvmopts-ci .jvmopts
@@ -171,7 +171,7 @@ jobs:
uses: sbt/setup-sbt@6c68d2fe8dfbc0a0534d70101baa2e0420e1a506 # v1.1.9
- name: Cache Coursier cache
- uses: coursier/cache-action@4e2615869d13561d626ed48655e1a39e5b192b3c #
6.4.7
+ uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 #
6.4.7
- name: Enable jvm-opts
run: cp .jvmopts-ci .jvmopts
@@ -215,7 +215,7 @@ jobs:
uses: sbt/setup-sbt@6c68d2fe8dfbc0a0534d70101baa2e0420e1a506 # v1.1.9
- name: Cache Coursier cache
- uses: coursier/cache-action@4e2615869d13561d626ed48655e1a39e5b192b3c #
6.4.7
+ uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 #
6.4.7
- name: Enable jvm-opts
run: cp .jvmopts-ci .jvmopts
diff --git a/.github/workflows/headers.yml b/.github/workflows/headers.yml
index 7bb9a3a..878beef 100644
--- a/.github/workflows/headers.yml
+++ b/.github/workflows/headers.yml
@@ -23,7 +23,7 @@ jobs:
uses: sbt/setup-sbt@6c68d2fe8dfbc0a0534d70101baa2e0420e1a506 # v1.1.9
- name: Cache Coursier cache
- uses: coursier/cache-action@4e2615869d13561d626ed48655e1a39e5b192b3c #
6.4.7
+ uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 #
6.4.7
- name: Check headers
run: |-
diff --git a/.github/workflows/link-validator.yml
b/.github/workflows/link-validator.yml
index 83a5237..2865a26 100644
--- a/.github/workflows/link-validator.yml
+++ b/.github/workflows/link-validator.yml
@@ -32,7 +32,7 @@ jobs:
uses: sbt/setup-sbt@6c68d2fe8dfbc0a0534d70101baa2e0420e1a506 # v1.1.9
- name: Cache Coursier cache
- uses: coursier/cache-action@4e2615869d13561d626ed48655e1a39e5b192b3c #
6.4.7
+ uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 #
6.4.7
- name: Setup Coursier
uses: coursier/setup-action@039f736548afa5411c1382f40a5bd9c2d30e0383 #
v1.3.9
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]