You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pekko.apache.org by fa...@apache.org on 2023/03/13 23:19:12 UTC

[incubator-pekko-samples] 01/01: Update build-test.yml

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

fanningpj pushed a commit to branch pjfanning-patch-1
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-samples.git

commit adb105ae650ed4b4a2d10c97ed3fe35a0fe85e02
Author: PJ Fanning <pj...@users.noreply.github.com>
AuthorDate: Tue Mar 14 00:19:07 2023 +0100

    Update build-test.yml
---
 .github/workflows/build-test.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml
index a2469e1..d287762 100644
--- a/.github/workflows/build-test.yml
+++ b/.github/workflows/build-test.yml
@@ -9,18 +9,18 @@ jobs:
     runs-on: ubuntu-20.04
     steps:
       - name: Checkout
-        uses: actions/checkout@v2
+        uses: actions/checkout@v3
         with:
           # we don't know what commit the last tag was it's safer to get entire repo so previousStableVersion resolves
           fetch-depth: 0
 
       - name: Set up JDK 11
-        uses: olafurpg/setup-scala@v10
+        uses: olafurpg/setup-scala@v13
         with:
           java-version: adopt@1.11.0
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@v6.2
+        uses: coursier/cache-action@v6.4
 
       - name: Test akka-sample-cluster-java
         run: cd akka-sample-cluster-java && sbt multi-jvm:test
@@ -68,4 +68,4 @@ jobs:
         run: cd akka-sample-kafka-to-sharding-scala && sbt test
 
       - name: Test docs gen
-        run: cd docs-gen && sbt paradox
\ No newline at end of file
+        run: cd docs-gen && sbt paradox


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pekko.apache.org
For additional commands, e-mail: commits-help@pekko.apache.org