Skip to content

Commit

Permalink
ci(deps): update subosito/flutter-action action to v2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 2, 2023
1 parent 2e2e35a commit fe19401
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/example-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: kuhnroyal/[email protected]

- name: Setup Flutter 💻
uses: subosito/flutter-action@v2.11.0
uses: subosito/flutter-action@v2.12.0
with:
flutter-version: ${{ steps.fvm-config.outputs.FLUTTER_VERSION }}
cache: true
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
uses: kuhnroyal/[email protected]

- name: Setup Flutter 💻
uses: subosito/flutter-action@v2.11.0
uses: subosito/flutter-action@v2.12.0
with:
flutter-version: ${{ steps.fvm-config.outputs.FLUTTER_VERSION }}
cache: true
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: kuhnroyal/[email protected]

- name: Setup Flutter 💻
uses: subosito/flutter-action@v2.11.0
uses: subosito/flutter-action@v2.12.0
id: setup-flutter
with:
flutter-version: ${{ steps.fvm-config.outputs.FLUTTER_VERSION }}
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
uses: kuhnroyal/[email protected]

- name: Setup Flutter 💻
uses: subosito/flutter-action@v2.11.0
uses: subosito/flutter-action@v2.12.0
with:
flutter-version: ${{ steps.fvm-config.outputs.FLUTTER_VERSION }}
cache: true
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
uses: kuhnroyal/[email protected]

- name: Setup Flutter 💻
uses: subosito/flutter-action@v2.11.0
uses: subosito/flutter-action@v2.12.0
with:
flutter-version: ${{ steps.fvm-config.outputs.FLUTTER_VERSION }}
cache: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/post-dependency-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: kuhnroyal/[email protected]

- name: Setup Flutter 💻
uses: subosito/flutter-action@v2.11.0
uses: subosito/flutter-action@v2.12.0
with:
flutter-version: ${{ steps.fvm-config.outputs.FLUTTER_VERSION }}
cache: true
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
uses: kuhnroyal/[email protected]

- name: Setup Flutter 💻
uses: subosito/flutter-action@v2.11.0
uses: subosito/flutter-action@v2.12.0
with:
flutter-version: ${{ steps.fvm-config.outputs.FLUTTER_VERSION }}
cache: true
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
uses: kuhnroyal/[email protected]

- name: Setup Flutter 💻
uses: subosito/flutter-action@v2.11.0
uses: subosito/flutter-action@v2.12.0
with:
flutter-version: ${{ steps.fvm-config.outputs.FLUTTER_VERSION }}
cache: true
Expand Down Expand Up @@ -186,7 +186,7 @@ jobs:
uses: kuhnroyal/[email protected]

- name: Setup Flutter 💻
uses: subosito/flutter-action@v2.11.0
uses: subosito/flutter-action@v2.12.0
with:
flutter-version: ${{ steps.fvm-config.outputs.FLUTTER_VERSION }}
cache: true
Expand Down Expand Up @@ -239,7 +239,7 @@ jobs:
uses: kuhnroyal/[email protected]

- name: Setup Flutter 💻
uses: subosito/flutter-action@v2.11.0
uses: subosito/flutter-action@v2.12.0
with:
flutter-version: ${{ steps.fvm-config.outputs.FLUTTER_VERSION }}
cache: true
Expand Down

0 comments on commit fe19401

Please sign in to comment.