[ci] Roll tooling to 0.13.2 (#2964)

Picks up minor improvements, most notably understanding that Pigeon's
platform_tests are dev-only changes that don't need changelog or version
updates.
This commit is contained in:
stuartmorgan
2022-12-19 15:16:49 -08:00
committed by GitHub
parent 1cabcfb44b
commit 6d22f5989a
2 changed files with 2 additions and 2 deletions

View File

@ -8,4 +8,4 @@ git fetch origin main
# Pinned version of the plugin tools, to avoid breakage in this repository
# when pushing updates from flutter/plugins.
dart pub global activate flutter_plugin_tools 0.13.0
dart pub global activate flutter_plugin_tools 0.13.2

View File

@ -31,7 +31,7 @@ jobs:
with:
fetch-depth: 0 # Fetch all history so the tool can get all the tags to determine version.
- name: Set up tools
run: dart pub global activate flutter_plugin_tools 0.13.0
run: dart pub global activate flutter_plugin_tools 0.13.2
# # This workflow should be the last to run. So wait for all the other tests to succeed.
- name: Wait on all tests