@@ -119,7 +119,7 @@ jobs:
119119 with :
120120 submodules : ${{ inputs.checkout_submodules }}
121121
122- - uses : subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
122+ - uses : subosito/flutter-action@fd55f4c5af5b953cc57a2be44cb082c8f6635e8e
123123 if : ${{ inputs.use-flutter }}
124124 with :
125125 channel : ${{ inputs.sdk }}
@@ -170,7 +170,7 @@ jobs:
170170 echo "comment=$COMMENT_ID" >> "$GITHUB_OUTPUT"
171171
172172 - name : Create comment
173- uses : peter-evans/create-or-update-comment@998d73b60e291c5ff04ef95d7a7021dede2b9878
173+ uses : peter-evans/create-or-update-comment@f2fea6b1351032d92152625b7111b8ccfb610107
174174 if : ${{ (hashFiles('output/comment.md') != '') && inputs.write-comments && (steps.comment-id.outputs.comment == '') }}
175175 continue-on-error : true
176176 with :
@@ -179,7 +179,7 @@ jobs:
179179 edit-mode : replace
180180
181181 - name : Update comment
182- uses : peter-evans/create-or-update-comment@998d73b60e291c5ff04ef95d7a7021dede2b9878
182+ uses : peter-evans/create-or-update-comment@f2fea6b1351032d92152625b7111b8ccfb610107
183183 if : ${{ (hashFiles('output/comment.md') != '') && inputs.write-comments && (steps.comment-id.outputs.comment != '') }}
184184 with :
185185 comment-id : ${{ steps.comment-id.outputs.comment }}
@@ -214,7 +214,7 @@ jobs:
214214 with :
215215 submodules : ${{ inputs.checkout_submodules }}
216216
217- - uses : subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
217+ - uses : subosito/flutter-action@fd55f4c5af5b953cc57a2be44cb082c8f6635e8e
218218 if : ${{ inputs.use-flutter }}
219219 with :
220220 channel : ${{ inputs.sdk }}
0 commit comments