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/incubator-pekko-grpc.git
The following commit(s) were added to refs/heads/main by this push:
new 1fa29f6b upgrade coursier/cache-action (#221)
1fa29f6b is described below
commit 1fa29f6b7fb39efded503bdf7d9157503c8ca93a
Author: PJ Fanning <[email protected]>
AuthorDate: Fri Feb 2 12:56:30 2024 +0100
upgrade coursier/cache-action (#221)
---
.github/workflows/headers.yml | 2 +-
.github/workflows/link-validator.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/headers.yml b/.github/workflows/headers.yml
index 48f9471a..c1c0e45e 100644
--- a/.github/workflows/headers.yml
+++ b/.github/workflows/headers.yml
@@ -20,7 +20,7 @@ jobs:
java-version: 8
- name: Cache Coursier cache
- uses: coursier/[email protected]
+ uses: coursier/cache-action@v6
- name: Check headers
run: |-
diff --git a/.github/workflows/link-validator.yml
b/.github/workflows/link-validator.yml
index c1eb304b..c7a7d78e 100644
--- a/.github/workflows/link-validator.yml
+++ b/.github/workflows/link-validator.yml
@@ -25,7 +25,7 @@ jobs:
java-version: 11
- name: Cache Coursier cache
- uses: coursier/[email protected]
+ uses: coursier/cache-action@v6
- name: Setup Coursier
uses: coursier/[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]