Skip to content

Commit 2fe3618

Browse files
Bump the github-actions group with 3 updates (#361)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d5233c6 commit 2fe3618

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

.github/workflows/canary.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
token: ${{ secrets.GITHUB_TOKEN }}
2424

25-
- uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
25+
- uses: subosito/flutter-action@fd55f4c5af5b953cc57a2be44cb082c8f6635e8e
2626
with:
2727
channel: main
2828

@@ -47,7 +47,7 @@ jobs:
4747
echo ${{ github.event.number }} > output/issueNumber
4848
4949
- name: Find Comment
50-
uses: peter-evans/find-comment@2b835d608dd789971fb4c563f0dd0c82f2cf23a7
50+
uses: peter-evans/find-comment@5dea84b71a362dec775561631ac27a67d5f31687
5151
id: fc
5252
with:
5353
issue-number: ${{ github.event.number }}

.github/workflows/canary_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929
steps:
3030
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
31-
- uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
31+
- uses: subosito/flutter-action@fd55f4c5af5b953cc57a2be44cb082c8f6635e8e
3232
with:
3333
channel: main
3434

.github/workflows/health.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ jobs:
248248
- run: ls -R single-comments
249249

250250
- name: Find Comment
251-
uses: peter-evans/find-comment@2b835d608dd789971fb4c563f0dd0c82f2cf23a7
251+
uses: peter-evans/find-comment@5dea84b71a362dec775561631ac27a67d5f31687
252252
id: fc
253253
with:
254254
issue-number: ${{ github.event.number }}

.github/workflows/health_base.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
with:
132132
sdk: ${{ inputs.sdk }}
133133

134-
- uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
134+
- uses: subosito/flutter-action@fd55f4c5af5b953cc57a2be44cb082c8f6635e8e
135135
if: ${{ inputs.flutter_packages != '' }}
136136
with:
137137
channel: ${{ inputs.channel }}

.github/workflows/publish.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)