Skip to content

Commit 1825a9e

Browse files
Bump the github-actions group with 5 updates
Bumps the github-actions group with 5 updates: | Package | From | To | | --- | --- | --- | | [subosito/flutter-action](https://github.com/subosito/flutter-action) | `2.18.0` | `2.19.0` | | [peter-evans/find-comment](https://github.com/peter-evans/find-comment) | `9735ba2ed6a47d05499d9b653e05f347f3031e89` | `ad3758118bdc22b36e33416c50446776ab4af1eb` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.6.1` | `4.6.2` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `4.1.9` | `4.2.1` | | [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) | `5a1e4b77bf9c12cc13806fc353ad08dc110f78ce` | `227bde71d27a01f3582c15eab7b72e665a6e6c30` | Updates `subosito/flutter-action` from 2.18.0 to 2.19.0 - [Release notes](https://github.com/subosito/flutter-action/releases) - [Commits](subosito/flutter-action@f2c4f66...e938fdf) Updates `peter-evans/find-comment` from 9735ba2ed6a47d05499d9b653e05f347f3031e89 to ad3758118bdc22b36e33416c50446776ab4af1eb - [Release notes](https://github.com/peter-evans/find-comment/releases) - [Commits](peter-evans/find-comment@9735ba2...ad37581) Updates `actions/upload-artifact` from 4.6.1 to 4.6.2 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@4cec3d8...ea165f8) Updates `actions/download-artifact` from 4.1.9 to 4.2.1 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@cc20338...95815c3) Updates `peter-evans/create-or-update-comment` from 5a1e4b77bf9c12cc13806fc353ad08dc110f78ce to 227bde71d27a01f3582c15eab7b72e665a6e6c30 - [Release notes](https://github.com/peter-evans/create-or-update-comment/releases) - [Commits](peter-evans/create-or-update-comment@5a1e4b7...227bde7) --- updated-dependencies: - dependency-name: subosito/flutter-action dependency-version: 2.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: peter-evans/find-comment dependency-version: ad3758118bdc22b36e33416c50446776ab4af1eb dependency-type: direct:production dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-version: 4.6.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/download-artifact dependency-version: 4.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: peter-evans/create-or-update-comment dependency-version: 227bde71d27a01f3582c15eab7b72e665a6e6c30 dependency-type: direct:production dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 391a80c commit 1825a9e

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

.github/workflows/canary.yaml

Lines changed: 3 additions & 3 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@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff
25+
- uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
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@9735ba2ed6a47d05499d9b653e05f347f3031e89
50+
uses: peter-evans/find-comment@ad3758118bdc22b36e33416c50446776ab4af1eb
5151
id: fc
5252
with:
5353
issue-number: ${{ github.event.number }}
@@ -60,7 +60,7 @@ jobs:
6060

6161
- name: Upload markdown
6262
if: success() || failure()
63-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
63+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
6464
with:
6565
name: output
6666
path: output/

.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@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff
31+
- uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
3232
with:
3333
channel: main
3434

.github/workflows/health.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -241,14 +241,14 @@ jobs:
241241

242242
steps:
243243
- name: Download All Artifacts
244-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806
244+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e
245245
with:
246246
path: single-comments
247247

248248
- run: ls -R single-comments
249249

250250
- name: Find Comment
251-
uses: peter-evans/find-comment@9735ba2ed6a47d05499d9b653e05f347f3031e89
251+
uses: peter-evans/find-comment@ad3758118bdc22b36e33416c50446776ab4af1eb
252252
id: fc
253253
with:
254254
issue-number: ${{ github.event.number }}
@@ -267,7 +267,7 @@ jobs:
267267
run: echo ${{ steps.fc.outputs.comment-id }} >> output/commentId
268268

269269
- name: Upload folder with number and markdown
270-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
270+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
271271
with:
272272
name: output
273273
path: output/

.github/workflows/health_base.yaml

Lines changed: 2 additions & 2 deletions
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@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff
134+
- uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
135135
if: ${{ inputs.flutter_packages != '' }}
136136
with:
137137
channel: ${{ inputs.channel }}
@@ -192,7 +192,7 @@ jobs:
192192

193193
- name: Upload markdown
194194
if: success() || failure()
195-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
195+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
196196
with:
197197
name: comment-${{ inputs.check }}
198198
path: current_repo/output/comment.md

.github/workflows/publish.yaml

Lines changed: 5 additions & 5 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@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff
122+
- uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
123123
if: ${{ inputs.use-flutter }}
124124
with:
125125
channel: ${{ inputs.sdk }}
@@ -157,7 +157,7 @@ jobs:
157157
echo "COMMENT_ID=$COMMENT_ID" >> $GITHUB_ENV
158158
159159
- name: Create comment
160-
uses: peter-evans/create-or-update-comment@5a1e4b77bf9c12cc13806fc353ad08dc110f78ce
160+
uses: peter-evans/create-or-update-comment@227bde71d27a01f3582c15eab7b72e665a6e6c30
161161
if: ${{ (hashFiles('output/comment.md') != '') && inputs.write-comments && (env.COMMENT_ID == '') }}
162162
continue-on-error: true
163163
with:
@@ -166,7 +166,7 @@ jobs:
166166
edit-mode: replace
167167

168168
- name: Update comment
169-
uses: peter-evans/create-or-update-comment@5a1e4b77bf9c12cc13806fc353ad08dc110f78ce
169+
uses: peter-evans/create-or-update-comment@227bde71d27a01f3582c15eab7b72e665a6e6c30
170170
if: ${{ (hashFiles('output/comment.md') != '') && inputs.write-comments && (env.COMMENT_ID != '') }}
171171
with:
172172
comment-id: ${{ env.COMMENT_ID }}
@@ -180,7 +180,7 @@ jobs:
180180
181181
- name: Upload folder with number and markdown
182182
if: ${{ !inputs.write-comments }}
183-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
183+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
184184
with:
185185
name: output
186186
path: output/
@@ -202,7 +202,7 @@ jobs:
202202
with:
203203
submodules: ${{ inputs.checkout_submodules }}
204204

205-
- uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff
205+
- uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
206206
if: ${{ inputs.use-flutter }}
207207
with:
208208
channel: ${{ inputs.sdk }}

0 commit comments

Comments
 (0)