Skip to content

Commit

Permalink
ci(deps): update subosito/flutter-action action to v2.11.0 (#177)
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 Oct 11, 2023
1 parent 513bdc1 commit bd42950
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/github_actions.yml
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: kuhnroyal/flutter-fvm-config-action@v1

- name: Setup Flutter 💻
uses: subosito/flutter-action@v2.10.0
uses: subosito/flutter-action@v2.11.0
with:
channel: ${{ steps.fvm-config.outputs.FLUTTER_CHANNEL }}
cache: true
Expand All @@ -54,7 +54,7 @@ jobs:
uses: kuhnroyal/flutter-fvm-config-action@v1

- name: Setup Flutter 💻
uses: subosito/flutter-action@v2.10.0
uses: subosito/flutter-action@v2.11.0
with:
channel: ${{ steps.fvm-config.outputs.FLUTTER_CHANNEL }}
cache: true
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
uses: kuhnroyal/flutter-fvm-config-action@v1.2.0

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

0 comments on commit bd42950

Please sign in to comment.