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

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


The following commit(s) were added to refs/heads/main by this push:
     new 105ab6c  Update CI actions (#105)
105ab6c is described below

commit 105ab6c715014edfb2bd8eb9c6ccb21828abe064
Author: PJ Fanning <[email protected]>
AuthorDate: Mon May 6 08:07:11 2024 +0100

    Update CI actions (#105)
    
    * update CI actions
    
    * Update .scalafmt.conf
---
 .github/workflows/build-test.yml      | 4 ++--
 .github/workflows/format.yml          | 3 +--
 .github/workflows/publish-nightly.yml | 4 ++--
 .scalafmt.conf                        | 2 +-
 4 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml
index 81a1e84..82510f6 100644
--- a/.github/workflows/build-test.yml
+++ b/.github/workflows/build-test.yml
@@ -15,13 +15,13 @@ jobs:
           fetch-depth: 0
 
       - name: Setup Java 11
-        uses: actions/setup-java@v3
+        uses: actions/setup-java@v4
         with:
           distribution: temurin
           java-version: 11
 
       - name: Cache Coursier cache
-        uses: coursier/[email protected]
+        uses: coursier/cache-action@v6
 
       - name: Test pekko-sample-cluster-java
         run: cd pekko-sample-cluster-java && sbt multi-jvm:test
diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml
index 163b3ed..c7698ac 100644
--- a/.github/workflows/format.yml
+++ b/.github/workflows/format.yml
@@ -18,7 +18,6 @@ jobs:
           persist-credentials: false
 
       - name: Check project is formatted
-        uses: jrouly/scalafmt-native-action@v2
+        uses: jrouly/scalafmt-native-action@v3
         with:
-          version: '3.7.11'
           arguments: '--list --mode diff-ref=origin/main'
diff --git a/.github/workflows/publish-nightly.yml 
b/.github/workflows/publish-nightly.yml
index e78c675..34c8597 100644
--- a/.github/workflows/publish-nightly.yml
+++ b/.github/workflows/publish-nightly.yml
@@ -21,13 +21,13 @@ jobs:
           fetch-depth: 0
 
       - name: Setup Java 11
-        uses: actions/setup-java@v3
+        uses: actions/setup-java@v4
         with:
           distribution: temurin
           java-version: 11
 
       - name: Cache Coursier cache
-        uses: coursier/[email protected]
+        uses: coursier/cache-action@v6
 
       - name: Run docs gen
         run: cd docs-gen && sbt paradox
diff --git a/.scalafmt.conf b/.scalafmt.conf
index daf6e64..ca5e035 100644
--- a/.scalafmt.conf
+++ b/.scalafmt.conf
@@ -1,4 +1,4 @@
-version                                  = 3.7.11
+version                                  = 3.8.1
 runner.dialect                           = scala213
 project.git                              = true
 style                                    = defaultWithAlign


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

Reply via email to