Skip to content

Commit

Permalink
ci(deps): update subosito/flutter-action action to v2.16.0 (#1156)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 5, 2024
1 parent 4f56d31 commit 5d71288
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/example-app.yml
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: kuhnroyal/flutter-fvm-config-action@v1.2.0

- name: Setup Flutter 💻
uses: subosito/flutter-action@v2.15.0
uses: subosito/flutter-action@v2.16.0
with:
flutter-version: ${{ steps.fvm-config.outputs.FLUTTER_VERSION }}
cache: true
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
uses: kuhnroyal/flutter-fvm-config-action@v1.2.0

- name: Setup Flutter 💻
uses: subosito/flutter-action@v2.15.0
uses: subosito/flutter-action@v2.16.0
with:
flutter-version: ${{ steps.fvm-config.outputs.FLUTTER_VERSION }}
cache: true
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/github-actions.yml
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: kuhnroyal/flutter-fvm-config-action@v1.2.0

- name: Setup Flutter 💻
uses: subosito/flutter-action@v2.15.0
uses: subosito/flutter-action@v2.16.0
id: setup-flutter
with:
flutter-version: ${{ steps.fvm-config.outputs.FLUTTER_VERSION }}
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
uses: kuhnroyal/flutter-fvm-config-action@v1.2.0

- name: Setup Flutter 💻
uses: subosito/flutter-action@v2.15.0
uses: subosito/flutter-action@v2.16.0
id: setup-flutter
with:
flutter-version: ${{ steps.fvm-config.outputs.FLUTTER_VERSION }}
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
uses: kuhnroyal/flutter-fvm-config-action@v1.2.0

- name: Setup Flutter 💻
uses: subosito/flutter-action@v2.15.0
uses: subosito/flutter-action@v2.16.0
with:
flutter-version: ${{ steps.fvm-config.outputs.FLUTTER_VERSION }}
cache: true
Expand Down Expand Up @@ -216,7 +216,7 @@ jobs:

- name: Setup Flutter 💻
id: setup-flutter
uses: subosito/flutter-action@v2.15.0
uses: subosito/flutter-action@v2.16.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
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: kuhnroyal/flutter-fvm-config-action@v1.2.0

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

0 comments on commit 5d71288

Please sign in to comment.