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-http-quickstart-java.g8.git
The following commit(s) were added to refs/heads/main by this push:
new 54fde2a upgrade ci action (#6)
54fde2a is described below
commit 54fde2afa20ca86e3bb2e9a4edb73554d3f4b890
Author: PJ Fanning <[email protected]>
AuthorDate: Tue Feb 6 09:51:18 2024 +0100
upgrade ci action (#6)
---
.github/workflows/ci.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 7367468..cbf3380 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
java-version: 17
- name: Cache Coursier cache
- uses: coursier/[email protected]
+ uses: coursier/cache-action@v6
- name: sbt test
run: sbt test
@@ -50,7 +50,7 @@ jobs:
java-version: 11
- name: Cache Coursier cache
- uses: coursier/[email protected]
+ uses: coursier/cache-action@v6
- name: sbt & Paradox
run: sbt test docs/paradox
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]