We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec0d208 commit e2db7a9Copy full SHA for e2db7a9
.github/workflows/test-package.yml
@@ -83,7 +83,7 @@ jobs:
83
- uses: dart-lang/setup-dart@b64355ae6ca0b5d484f0106a033dd1388965d06d
84
with:
85
sdk: '3.3.0-120.0.dev' # TODO: switch back to rolling 'dev' channel after it gets updated.
86
- - uses: subosito/flutter-action@cc97e1648fff6ca5cc647fa67f47e70f7895510b
+ - uses: subosito/flutter-action@2783a3f08e1baf891508463f8c6653c258246225
87
88
# flutter-version: '3.4.0-34.1.pre'
89
channel: 'master' # TODO: switch back to rolling 'dev' channel after it gets updated.
0 commit comments