diff --git a/.github/workflows/grpc_cronet.yml b/.github/workflows/grpc_cronet.yml index ae91508..04b8d8c 100644 --- a/.github/workflows/grpc_cronet.yml +++ b/.github/workflows/grpc_cronet.yml @@ -21,7 +21,7 @@ jobs: working-directory: . steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - - uses: subosito/flutter-action@2783a3f08e1baf891508463f8c6653c258246225 + - uses: subosito/flutter-action@3d804929922b667a63a229bc59037807f969e885 with: channel: 'stable' flutter-version: '3.0.2' @@ -47,7 +47,7 @@ jobs: working-directory: example/helloworld steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - - uses: subosito/flutter-action@2783a3f08e1baf891508463f8c6653c258246225 + - uses: subosito/flutter-action@3d804929922b667a63a229bc59037807f969e885 with: channel: 'stable' flutter-version: '3.0.2' @@ -68,7 +68,7 @@ jobs: working-directory: example/helloworld steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - - uses: subosito/flutter-action@2783a3f08e1baf891508463f8c6653c258246225 + - uses: subosito/flutter-action@3d804929922b667a63a229bc59037807f969e885 with: channel: 'stable' flutter-version: '3.0.2'