Skip to content

Commit

Permalink
chore(deps): update subosito/flutter-action to v2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 5, 2023
1 parent b3669e9 commit c786e88
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/flutter.analyze-test.action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: 'Checkout source code'
uses: actions/checkout@v4
- name: 'Setup flutter action'
uses: subosito/flutter-action@v2.11.0
uses: subosito/flutter-action@v2.12.0
with:
flutter-version: ${{ inputs.flutter_version }}
- name: 'Flutter analyze'
Expand All @@ -33,7 +33,7 @@ jobs:
- name: 'Checkout source code'
uses: actions/checkout@v4
- name: 'Setup flutter action'
uses: subosito/flutter-action@v2.11.0
uses: subosito/flutter-action@v2.12.0
with:
flutter-version: ${{ inputs.flutter_version }}
- name: 'Flutter format'
Expand All @@ -51,7 +51,7 @@ jobs:
- name: 'Check secret configuration'
run: ./.github/scripts/check_secrets_decryption.sh
- name: 'Setup flutter action'
uses: subosito/flutter-action@v2.11.0
uses: subosito/flutter-action@v2.12.0
with:
flutter-version: ${{ inputs.flutter_version }}
- name: 'Flutter test (with coverage)'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flutter.build.action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
distribution: 'zulu'
java-version: '11.x'
- name: 'Setup Flutter'
uses: subosito/flutter-action@v2.11.0
uses: subosito/flutter-action@v2.12.0
with:
flutter-version: ${{ inputs.flutter_version }}
- name: 'Build Android APK'
Expand Down

0 comments on commit c786e88

Please sign in to comment.