File tree 3 files changed +3
-55
lines changed
flutter_frontend/.github/workflows
rust-backend/.github/workflows
3 files changed +3
-55
lines changed Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- name : Checkout
16
- uses : actions/checkout@v2
16
+ uses : actions/checkout@v4
17
17
- name : Setup Rust
18
18
uses : actions-rs/toolchain@v1
19
19
with :
@@ -29,14 +29,12 @@ jobs:
29
29
runs-on : ubuntu-latest
30
30
steps :
31
31
- name : Checkout
32
- uses : actions/checkout@v2
32
+ uses : actions/checkout@v4
33
33
- name : Setup Flutter
34
34
uses : subosito/flutter-action@v2
35
35
with :
36
36
channel : stable
37
- flutter-version-file : flutter_frontend/pubspec.yaml
38
- - name : Run Flutter Version
39
- run : flutter --version
37
+ flutter-version : 3.22.2
40
38
- name : Get Dependencies
41
39
working-directory : flutter_frontend
42
40
run : flutter pub get
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments