feature/ci-deploy #1
@@ -9,10 +9,10 @@ jobs:
 | 
				
			|||||||
      run: |
 | 
					      run: |
 | 
				
			||||||
        sudo apt-get update
 | 
					        sudo apt-get update
 | 
				
			||||||
        sudo apt-get install -y xz-utils
 | 
					        sudo apt-get install -y xz-utils
 | 
				
			||||||
    - uses: https://github.com/actions/checkout@v1
 | 
					    - uses: actions/checkout@v4
 | 
				
			||||||
    - uses: https://github.com/actions/setup-java@v1
 | 
					    - uses: https://github.com/actions/setup-java@v4
 | 
				
			||||||
      with:
 | 
					      with:
 | 
				
			||||||
        java-version: '12.x'
 | 
					        java-version: '21'
 | 
				
			||||||
    - uses: https://github.com/subosito/flutter-action@v2
 | 
					    - uses: https://github.com/subosito/flutter-action@v2
 | 
				
			||||||
      with:
 | 
					      with:
 | 
				
			||||||
        channel: stable
 | 
					        channel: stable
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -10,7 +10,7 @@ jobs:
 | 
				
			|||||||
        sudo apt-get update
 | 
					        sudo apt-get update
 | 
				
			||||||
        sudo apt-get install -y xz-utils
 | 
					        sudo apt-get install -y xz-utils
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    - uses: https://github.com/actions/checkout@v1
 | 
					    - uses: actions/checkout@v4
 | 
				
			||||||
    - uses: https://github.com/subosito/flutter-action@v2
 | 
					    - uses: https://github.com/subosito/flutter-action@v2
 | 
				
			||||||
      with:
 | 
					      with:
 | 
				
			||||||
        channel: stable
 | 
					        channel: stable
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user