This is an automated email from the ASF dual-hosted git repository.

jrudolph pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-http.git


The following commit(s) were added to refs/heads/main by this push:
     new b99f36874 use latest coursier/cache-action (#114)
b99f36874 is described below

commit b99f3687401e950ed24fe668d8289e81c2458488
Author: Johannes Rudolph <[email protected]>
AuthorDate: Mon Mar 6 14:21:06 2023 +0100

    use latest coursier/cache-action (#114)
---
 .github/workflows/nightly.yml           | 2 +-
 .github/workflows/publish.yml           | 4 ++--
 .github/workflows/validate-and-test.yml | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml
index b996bf2a9..0c0e0cb81 100644
--- a/.github/workflows/nightly.yml
+++ b/.github/workflows/nightly.yml
@@ -29,7 +29,7 @@ jobs:
           java-version: ${{ matrix.JDK }}
 
       - name: Cache Coursier cache
-        uses: coursier/[email protected]
+        uses: coursier/cache-action@v6
 
       - name: Cache Build Target
         uses: actions/cache@v2
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 586003061..dfc158c7a 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -23,7 +23,7 @@ jobs:
           java-version: 8
 
       - name: Cache Coursier cache
-        uses: coursier/[email protected]
+        uses: coursier/cache-action@v6
 
       - name: Install graphviz
         run: sudo apt-get install -y graphviz
@@ -54,7 +54,7 @@ jobs:
           java-version: 8
 
       - name: Cache Coursier cache
-        uses: coursier/[email protected]
+        uses: coursier/cache-action@v6
 
       - name: Enable jvm-opts
         run: cp .jvmopts-ci .jvmopts
diff --git a/.github/workflows/validate-and-test.yml 
b/.github/workflows/validate-and-test.yml
index 5e394ea3a..53b7f578e 100644
--- a/.github/workflows/validate-and-test.yml
+++ b/.github/workflows/validate-and-test.yml
@@ -27,7 +27,7 @@ jobs:
           java-version: 8
 
       - name: Cache Coursier cache
-        uses: coursier/[email protected]
+        uses: coursier/cache-action@v6
 
       - name: Cache Build Target
         uses: actions/cache@v2
@@ -68,7 +68,7 @@ jobs:
           java-version: ${{ matrix.JDK }}
 
       - name: Cache Coursier cache
-        uses: coursier/[email protected]
+        uses: coursier/cache-action@v6
 
       - name: Cache Build Target
         uses: actions/cache@v2


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to