Browse Source

Update action versions in GH workflows.

Mario Zechner 2 years ago
parent
commit
b7482f87d9
1 changed files with 2 additions and 3 deletions
  1. 2 3
      .github/workflows/format-check.yml

+ 2 - 3
.github/workflows/format-check.yml

@@ -33,8 +33,7 @@ jobs:
     - name: Install dotnet
       uses: actions/setup-dotnet@v3
       with:
-          dotnet-version: "6.0.x"      
-          include-prerelease: true   
+          dotnet-version: "6.0.x"          
     - run: dotnet tool install -g dotnet-format    
           
     - name: Install Node and dependenceis    
@@ -44,7 +43,7 @@ jobs:
     - run: npm install -g typescript typescript-formatter        
 
     - name: Install JDK
-      uses: actions/setup-java@v2   
+      uses: actions/setup-java@v3 
       with:
         distribution: 'zulu'
         java-version: "16"