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 f2e28b5 Bump coursier/cache-action from 7.0.0 to 8.0.0 (#317)
f2e28b5 is described below
commit f2e28b5f0c6ee1c53d14b3be15677b186cc4e2b2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Feb 11 23:30:42 2026 +0100
Bump coursier/cache-action from 7.0.0 to 8.0.0 (#317)
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/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 ab6a191..bf75465 100644
--- a/.github/workflows/binary-compatibility-checks.yml
+++ b/.github/workflows/binary-compatibility-checks.yml
@@ -30,7 +30,7 @@ jobs:
uses: sbt/setup-sbt@ae54f7cfe46ec0d24ade661d77f007360ab48bda # v1.1.16
- name: Cache Coursier cache
- uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 #
6.4.7
+ uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f #
6.4.8.0.0
- name: Enable jvm-opts
run: cp .jvmopts-ci .jvmopts
diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml
index 5266dce..1d316cf 100644
--- a/.github/workflows/build-test.yml
+++ b/.github/workflows/build-test.yml
@@ -32,7 +32,7 @@ jobs:
uses: sbt/setup-sbt@ae54f7cfe46ec0d24ade661d77f007360ab48bda # v1.1.16
- name: Cache Coursier cache
- uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 #
6.4.7
+ uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f #
6.4.8.0.0
- name: Enable jvm-opts
run: cp .jvmopts-ci .jvmopts
@@ -71,7 +71,7 @@ jobs:
uses: sbt/setup-sbt@ae54f7cfe46ec0d24ade661d77f007360ab48bda # v1.1.16
- name: Cache Coursier cache
- uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 #
6.4.7
+ uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f #
6.4.8.0.0
- name: Enable jvm-opts
run: cp .jvmopts-ci .jvmopts
@@ -121,7 +121,7 @@ jobs:
uses: sbt/setup-sbt@ae54f7cfe46ec0d24ade661d77f007360ab48bda # v1.1.16
- name: Cache Coursier cache
- uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 #
6.4.7
+ uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f #
6.4.8.0.0
- name: Enable jvm-opts
run: cp .jvmopts-ci .jvmopts
@@ -171,7 +171,7 @@ jobs:
uses: sbt/setup-sbt@ae54f7cfe46ec0d24ade661d77f007360ab48bda # v1.1.16
- name: Cache Coursier cache
- uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 #
6.4.7
+ uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f #
6.4.8.0.0
- name: Enable jvm-opts
run: cp .jvmopts-ci .jvmopts
@@ -215,7 +215,7 @@ jobs:
uses: sbt/setup-sbt@ae54f7cfe46ec0d24ade661d77f007360ab48bda # v1.1.16
- name: Cache Coursier cache
- uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 #
6.4.7
+ uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f #
6.4.8.0.0
- name: Enable jvm-opts
run: cp .jvmopts-ci .jvmopts
diff --git a/.github/workflows/headers.yml b/.github/workflows/headers.yml
index 901139f..daadf3c 100644
--- a/.github/workflows/headers.yml
+++ b/.github/workflows/headers.yml
@@ -23,7 +23,7 @@ jobs:
uses: sbt/setup-sbt@ae54f7cfe46ec0d24ade661d77f007360ab48bda # v1.1.16
- name: Cache Coursier cache
- uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 #
6.4.7
+ uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f #
6.4.8.0.0
- name: Check headers
run: |-
diff --git a/.github/workflows/link-validator.yml
b/.github/workflows/link-validator.yml
index 2dac78b..026a53c 100644
--- a/.github/workflows/link-validator.yml
+++ b/.github/workflows/link-validator.yml
@@ -32,7 +32,7 @@ jobs:
uses: sbt/setup-sbt@ae54f7cfe46ec0d24ade661d77f007360ab48bda # v1.1.16
- name: Cache Coursier cache
- uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 #
6.4.7
+ uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f #
6.4.8.0.0
- name: Setup Coursier
uses: coursier/setup-action@f7be3eb3dcef84a4e16fc8cd75c87beb2e5cbcc9 #
v2.0.2
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]