Skip to content

Commit bad6d03

Browse files
committed
cleanup + attempt to fix frontend action
1 parent 4fdadb9 commit bad6d03

File tree

3 files changed

+3
-55
lines changed

3 files changed

+3
-55
lines changed

.github/workflows/check.yaml

+3-5
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v2
16+
uses: actions/checkout@v4
1717
- name: Setup Rust
1818
uses: actions-rs/toolchain@v1
1919
with:
@@ -29,14 +29,12 @@ jobs:
2929
runs-on: ubuntu-latest
3030
steps:
3131
- name: Checkout
32-
uses: actions/checkout@v2
32+
uses: actions/checkout@v4
3333
- name: Setup Flutter
3434
uses: subosito/flutter-action@v2
3535
with:
3636
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
4038
- name: Get Dependencies
4139
working-directory: flutter_frontend
4240
run: flutter pub get

flutter_frontend/.github/workflows/check.yaml

-23
This file was deleted.

rust-backend/.github/workflows/check.yaml

-27
This file was deleted.

0 commit comments

Comments
 (0)