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

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


The following commit(s) were added to refs/heads/1.0.x by this push:
     new af7dff553 Update scalafmt-native github action and remove hardcoded 
version
af7dff553 is described below

commit af7dff553494bd91331a296bfcc6346d89c4bbef
Author: Matthew de Detrich <[email protected]>
AuthorDate: Mon Jan 8 10:21:53 2024 +1100

    Update scalafmt-native github action and remove hardcoded version
    
    (cherry picked from commit a66000d0f481a71bf36ecb1cb24e97e25d7d0eaa)
---
 .github/workflows/format.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml
index d6d14ff57..82469d9d8 100644
--- a/.github/workflows/format.yml
+++ b/.github/workflows/format.yml
@@ -19,7 +19,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/1.0.x'


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

Reply via email to