Skip to content

Commit 5b0d815

Browse files
Bump the github-actions group with 6 updates (#340)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c4a163a commit 5b0d815

File tree

6 files changed

+15
-15
lines changed

6 files changed

+15
-15
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@44ac965b96f18d999802d4b807e3256d5a3f9fa1
25+
- uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff
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@90e9b82d6319a7ae3f32bc0b434db48d6c376e55
50+
uses: peter-evans/find-comment@c1b7dc4909a4ebc1def27dba63afb389a2c6a4db
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@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
63+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
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@44ac965b96f18d999802d4b807e3256d5a3f9fa1
31+
- uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff
3232
with:
3333
channel: main
3434

.github/workflows/health.yaml

Lines changed: 2 additions & 2 deletions
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@995a00c77ea44c38cf1613bacfdf7377713cbf64
251+
uses: peter-evans/find-comment@c1b7dc4909a4ebc1def27dba63afb389a2c6a4db
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@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
270+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
271271
with:
272272
name: output
273273
path: output/

.github/workflows/health_base.yaml

Lines changed: 3 additions & 3 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@74af56c5ed2697ba4621264652728e8d217e53d3
134+
- uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff
135135
if: ${{ inputs.flutter_packages != '' }}
136136
with:
137137
channel: ${{ inputs.channel }}
@@ -183,7 +183,7 @@ jobs:
183183

184184
- name: Upload coverage to Coveralls
185185
if: ${{ inputs.upload_coverage && inputs.check == 'coverage' }}
186-
uses: coverallsapp/github-action@cfd0633edbd2411b532b808ba7a8b5e04f76d2c8
186+
uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b
187187
with:
188188
format: lcov
189189
base-path: current_repo/
@@ -192,7 +192,7 @@ jobs:
192192

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

.github/workflows/no-response.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
if: ${{ github.repository_owner == 'dart-lang' }}
2121
steps:
22-
- uses: actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e
22+
- uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639
2323
with:
2424
days-before-stale: -1
2525
days-before-close: 14

.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@74af56c5ed2697ba4621264652728e8d217e53d3
122+
- uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff
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@267c0605edbbc0183ed9973a6ce2d1a158d96027
160+
uses: peter-evans/create-or-update-comment@1a53cbed37d3cf0191699e30fff6921b0e2f82ff
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@267c0605edbbc0183ed9973a6ce2d1a158d96027
169+
uses: peter-evans/create-or-update-comment@1a53cbed37d3cf0191699e30fff6921b0e2f82ff
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@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
183+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
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@74af56c5ed2697ba4621264652728e8d217e53d3
205+
- uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff
206206
if: ${{ inputs.use-flutter }}
207207
with:
208208
channel: ${{ inputs.sdk }}

0 commit comments

Comments
 (0)