Skip to content

Commit 713fca0

Browse files
Bump the github-actions group with 5 updates
Bumps the github-actions group with 5 updates: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `6.0.0` | `6.0.1` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `5.0.0` | `6.0.0` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `6.0.0` | `7.0.0` | | [actions/stale](https://github.com/actions/stale) | `10.1.0` | `10.1.1` | | [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) | `35d33e4f3771787d0f602f5dca94f47c68b5cc60` | `2b6bdb56ad3073fa0e4beef00447158f55a18414` | Updates `actions/checkout` from 6.0.0 to 6.0.1 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@1af3b93...8e8c483) Updates `actions/upload-artifact` from 5.0.0 to 6.0.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@330a01c...b7c566a) Updates `actions/download-artifact` from 6.0.0 to 7.0.0 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@018cc2c...37930b1) Updates `actions/stale` from 10.1.0 to 10.1.1 - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](actions/stale@5f858e3...9971854) Updates `peter-evans/create-or-update-comment` from 35d33e4f3771787d0f602f5dca94f47c68b5cc60 to 2b6bdb56ad3073fa0e4beef00447158f55a18414 - [Release notes](https://github.com/peter-evans/create-or-update-comment/releases) - [Commits](peter-evans/create-or-update-comment@35d33e4...2b6bdb5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/download-artifact dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/stale dependency-version: 10.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: peter-evans/create-or-update-comment dependency-version: 2b6bdb56ad3073fa0e4beef00447158f55a18414 dependency-type: direct:production dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 289fd43 commit 713fca0

File tree

14 files changed

+22
-22
lines changed

14 files changed

+22
-22
lines changed

.github/workflows/blast_repo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
matrix:
2929
sdk: [stable, dev]
3030
steps:
31-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
31+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
3232
- uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
3333
with:
3434
sdk: ${{ matrix.sdk }}

.github/workflows/canary.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Checkout repository
21-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
21+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2222
with:
2323
token: ${{ secrets.GITHUB_TOKEN }}
2424

@@ -60,7 +60,7 @@ jobs:
6060

6161
- name: Upload markdown
6262
if: success() || failure()
63-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
63+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
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
@@ -27,7 +27,7 @@ jobs:
2727
build:
2828
runs-on: ubuntu-latest
2929
steps:
30-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
30+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
3131
- uses: subosito/flutter-action@fd55f4c5af5b953cc57a2be44cb082c8f6635e8e
3232
with:
3333
channel: main

.github/workflows/corpus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
matrix:
2929
sdk: [stable, dev]
3030
steps:
31-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
31+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
3232
- uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
3333
with:
3434
sdk: ${{ matrix.sdk }}

.github/workflows/dart_flutter_team_lints.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
matrix:
2929
sdk: ['3.10', dev]
3030
steps:
31-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
31+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
3232
- uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
3333
with:
3434
sdk: ${{ matrix.sdk }}

.github/workflows/firehose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
matrix:
2929
sdk: [stable, dev]
3030
steps:
31-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
31+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
3232
- uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
3333
with:
3434
sdk: ${{ matrix.sdk }}

.github/workflows/health.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ jobs:
283283

284284
steps:
285285
- name: Download All Artifacts
286-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
286+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
287287
with:
288288
path: single-comments
289289

@@ -309,7 +309,7 @@ jobs:
309309
run: echo ${{ steps.fc.outputs.comment-id }} >> output/commentId
310310

311311
- name: Upload folder with number and markdown
312-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
312+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
313313
with:
314314
name: output
315315
path: output/

.github/workflows/health_base.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,12 +105,12 @@ jobs:
105105
runs-on: ubuntu-latest
106106

107107
steps:
108-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
108+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
109109
with:
110110
path: current_repo/
111111
submodules: ${{ inputs.checkout_submodules }}
112112

113-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
113+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
114114
with:
115115
ref: ${{ github.event.pull_request.base.ref }}
116116
path: base_repo/
@@ -202,7 +202,7 @@ jobs:
202202

203203
- name: Upload markdown
204204
if: success() || failure()
205-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
205+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
206206
with:
207207
name: comment-${{ inputs.check }}
208208
path: current_repo/output/comment-${{ inputs.check }}.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@5f858e3efba33a5ca4407a664cc011ad407f2008
22+
- uses: actions/stale@997185467fa4f803885201cee163a9f38240193d
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
@@ -115,7 +115,7 @@ jobs:
115115

116116
runs-on: ubuntu-latest
117117
steps:
118-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
118+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
119119
with:
120120
submodules: ${{ inputs.checkout_submodules }}
121121

@@ -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@35d33e4f3771787d0f602f5dca94f47c68b5cc60
173+
uses: peter-evans/create-or-update-comment@f5b41f6a455733f2c5f73ca67a62631e75861578
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@35d33e4f3771787d0f602f5dca94f47c68b5cc60
182+
uses: peter-evans/create-or-update-comment@f5b41f6a455733f2c5f73ca67a62631e75861578
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@330a01c490aca151604b8cf639adc76d48f6c5d4
196+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
197197
with:
198198
name: output
199199
path: output/
@@ -210,7 +210,7 @@ jobs:
210210

211211
runs-on: ubuntu-latest
212212
steps:
213-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
213+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
214214
with:
215215
submodules: ${{ inputs.checkout_submodules }}
216216

0 commit comments

Comments
 (0)