@@ -119,7 +119,7 @@ jobs:
119119 with :
120120 submodules : ${{ inputs.checkout_submodules }}
121121
122- - uses : subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff
122+ - uses : subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
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@5a1e4b77bf9c12cc13806fc353ad08dc110f78ce
173+ uses : peter-evans/create-or-update-comment@17c956346987a35d40d2d723c6930f90f594400d
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@5a1e4b77bf9c12cc13806fc353ad08dc110f78ce
182+ uses : peter-evans/create-or-update-comment@17c956346987a35d40d2d723c6930f90f594400d
183183 if : ${{ (hashFiles('output/comment.md') != '') && inputs.write-comments && (steps.comment-id.outputs.comment != '') }}
184184 with :
185185 comment-id : ${{ steps.comment-id.outputs.comment }}
@@ -193,7 +193,7 @@ jobs:
193193
194194 - name : Upload folder with number and markdown
195195 if : ${{ !inputs.write-comments }}
196- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
196+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
197197 with :
198198 name : output
199199 path : output/
@@ -214,7 +214,7 @@ jobs:
214214 with :
215215 submodules : ${{ inputs.checkout_submodules }}
216216
217- - uses : subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff
217+ - uses : subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
218218 if : ${{ inputs.use-flutter }}
219219 with :
220220 channel : ${{ inputs.sdk }}
0 commit comments