feature/ci-deploy #1

Merged
remoll merged 19 commits from feature/ci-deploy into main 2024-05-04 15:33:39 +00:00
2 changed files with 4 additions and 4 deletions
Showing only changes of commit 211fc20e78 - Show all commits

View File

@@ -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

View File

@@ -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