bump: workflows

This commit is contained in:
xkeyC 2024-04-27 12:53:12 +08:00 committed by GitHub
parent d2694a1e25
commit 1117d2f12f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@ jobs:
uses: microsoft/setup-msbuild@v2 uses: microsoft/setup-msbuild@v2
- name: Set up Flutter - name: Set up Flutter
uses: subosito/flutter-action@v2.12.0 uses: subosito/flutter-action@v2
with: with:
channel: 'stable' channel: 'stable'
cache: true cache: true
@ -37,9 +37,9 @@ jobs:
cache-all-crates: true cache-all-crates: true
- name: Set up LLVM - name: Set up LLVM
uses: KyleMayes/install-llvm-action@v1 uses: KyleMayes/install-llvm-action@v2
with: with:
version: "17.0.2" version: "18"
- name: Flutter pub get - name: Flutter pub get
run: flutter pub get run: flutter pub get