Skip to content

Commit

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

0 comments on commit f2b58bf

Please sign in to comment.