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-grpc.git
The following commit(s) were added to refs/heads/main by this push:
new 59b0a5e0 Bump coursier/cache-action from 8.0.0 to 8.0.1 (#636)
59b0a5e0 is described below
commit 59b0a5e0cbd6c5a7d2c465cc088539a5cdb4c5da
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 23 10:00:21 2026 +0100
Bump coursier/cache-action from 8.0.0 to 8.0.1 (#636)
* Bump coursier/cache-action from 8.0.0 to 8.0.1
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]>
* fix version comments
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: PJ Fanning <[email protected]>
---
.github/workflows/build-test.yml | 14 +++++++-------
.github/workflows/headers.yml | 2 +-
.github/workflows/link-validator.yml | 2 +-
3 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml
index d4684993..67f6042d 100644
--- a/.github/workflows/build-test.yml
+++ b/.github/workflows/build-test.yml
@@ -40,7 +40,7 @@ jobs:
uses: sbt/setup-sbt@06192244f17880c9bf69ccd8de5b2e8785822be5 # v1.1.17
- name: Cache Coursier cache
- uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f #
v6.4.8.0.0
+ uses: coursier/cache-action@e47d7d35a0d3a2c7f649ca5c63dfc2bbfaa002e7 #
v8.0.1
- name: Binary-compatibility check
run: |-
@@ -67,7 +67,7 @@ jobs:
uses: sbt/setup-sbt@06192244f17880c9bf69ccd8de5b2e8785822be5 # v1.1.17
- name: Cache Coursier cache
- uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f #
v6.4.8.0.0
+ uses: coursier/cache-action@e47d7d35a0d3a2c7f649ca5c63dfc2bbfaa002e7 #
v8.0.1
- name: Compile benchmarks
run: |-
@@ -101,7 +101,7 @@ jobs:
uses: sbt/setup-sbt@06192244f17880c9bf69ccd8de5b2e8785822be5 # v1.1.17
- name: Cache Coursier cache
- uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f #
v6.4.8.0.0
+ uses: coursier/cache-action@e47d7d35a0d3a2c7f649ca5c63dfc2bbfaa002e7 #
v8.0.1
- name: Compile and test for JDK ${{ matrix.JAVA_VERSION }}, Scala ${{
matrix.SCALA_VERSION }}
run: |-
@@ -146,7 +146,7 @@ jobs:
run: go install google.golang.org/protobuf/cmd/[email protected]
- name: Cache Coursier cache
- uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f #
v6.4.8.0.0
+ uses: coursier/cache-action@e47d7d35a0d3a2c7f649ca5c63dfc2bbfaa002e7 #
v8.0.1
- name: Scripted ${{ matrix.test-set }}
run: cp .jvmopts-ci .jvmopts && sbt ++${{ matrix.scala-version }}.*
"sbt-plugin/scripted ${{ matrix.test-set }}/*"
@@ -170,7 +170,7 @@ jobs:
uses: sbt/setup-sbt@06192244f17880c9bf69ccd8de5b2e8785822be5 # v1.1.17
- name: Cache Coursier cache
- uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f #
v6.4.8.0.0
+ uses: coursier/cache-action@e47d7d35a0d3a2c7f649ca5c63dfc2bbfaa002e7 #
v8.0.1
- name: Gather version
run: |-
@@ -229,7 +229,7 @@ jobs:
uses: sbt/setup-sbt@06192244f17880c9bf69ccd8de5b2e8785822be5 # v1.1.17
- name: Cache Coursier cache
- uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f #
v6.4.8.0.0
+ uses: coursier/cache-action@e47d7d35a0d3a2c7f649ca5c63dfc2bbfaa002e7 #
v8.0.1
- name: Gather version
run: |-
@@ -278,7 +278,7 @@ jobs:
uses: sbt/setup-sbt@06192244f17880c9bf69ccd8de5b2e8785822be5 # v1.1.17
- name: Cache Coursier cache
- uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f #
v6.4.8.0.0
+ uses: coursier/cache-action@e47d7d35a0d3a2c7f649ca5c63dfc2bbfaa002e7 #
v8.0.1
- name: Build Paradox Docs
run: |-
diff --git a/.github/workflows/headers.yml b/.github/workflows/headers.yml
index 856487ad..925c39de 100644
--- a/.github/workflows/headers.yml
+++ b/.github/workflows/headers.yml
@@ -40,7 +40,7 @@ jobs:
uses: sbt/setup-sbt@06192244f17880c9bf69ccd8de5b2e8785822be5 # v1.1.17
- name: Cache Coursier cache
- uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f #
v6.4.8.0.0
+ uses: coursier/cache-action@e47d7d35a0d3a2c7f649ca5c63dfc2bbfaa002e7 #
v8.0.1
- name: Check headers
run: |-
diff --git a/.github/workflows/link-validator.yml
b/.github/workflows/link-validator.yml
index acc09e8a..a748afaf 100644
--- a/.github/workflows/link-validator.yml
+++ b/.github/workflows/link-validator.yml
@@ -38,7 +38,7 @@ jobs:
uses: sbt/setup-sbt@06192244f17880c9bf69ccd8de5b2e8785822be5 # v1.1.17
- name: Cache Coursier cache
- uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f #
v6.4.8.0.0
+ uses: coursier/cache-action@e47d7d35a0d3a2c7f649ca5c63dfc2bbfaa002e7 #
v8.0.1
- name: Setup Coursier
uses: coursier/setup-action@7acb5c9ea69bc1a1bb185ec45ebce2ac114f3628 #
v2.0.3
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]