Skip to content

Commit dd830a0

Browse files
Bump the github-actions group across 1 directory with 2 updates (#494)
Bumps the github-actions group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [actions/stale](https://github.com/actions/stale). Updates `actions/checkout` from 5.0.0 to 6.0.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/checkout/releases">actions/checkout's releases</a>.</em></p> <blockquote> <h2>v6.0.0</h2> <h2>What's Changed</h2> <ul> <li>Update README to include Node.js 24 support details and requirements by <a href="https://github.com/salmanmkc"><code>@​salmanmkc</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2248">actions/checkout#2248</a></li> <li>Persist creds to a separate file by <a href="https://github.com/ericsciple"><code>@​ericsciple</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2286">actions/checkout#2286</a></li> <li>v6-beta by <a href="https://github.com/ericsciple"><code>@​ericsciple</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2298">actions/checkout#2298</a></li> <li>update readme/changelog for v6 by <a href="https://github.com/ericsciple"><code>@​ericsciple</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2311">actions/checkout#2311</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/checkout/compare/v5.0.0...v6.0.0">https://github.com/actions/checkout/compare/v5.0.0...v6.0.0</a></p> <h2>v6-beta</h2> <h2>What's Changed</h2> <p>Updated persist-credentials to store the credentials under <code>$RUNNER_TEMP</code> instead of directly in the local git config.</p> <p>This requires a minimum Actions Runner version of <a href="https://github.com/actions/runner/releases/tag/v2.329.0">v2.329.0</a> to access the persisted credentials for <a href="https://docs.github.com/en/actions/tutorials/use-containerized-services/create-a-docker-container-action">Docker container action</a> scenarios.</p> <h2>v5.0.1</h2> <h2>What's Changed</h2> <ul> <li>Port v6 cleanup to v5 by <a href="https://github.com/ericsciple"><code>@​ericsciple</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2301">actions/checkout#2301</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/checkout/compare/v5...v5.0.1">https://github.com/actions/checkout/compare/v5...v5.0.1</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/actions/checkout/blob/main/CHANGELOG.md">actions/checkout's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <h2>V6.0.0</h2> <ul> <li>Persist creds to a separate file by <a href="https://github.com/ericsciple"><code>@​ericsciple</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2286">actions/checkout#2286</a></li> <li>Update README to include Node.js 24 support details and requirements by <a href="https://github.com/salmanmkc"><code>@​salmanmkc</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2248">actions/checkout#2248</a></li> </ul> <h2>V5.0.1</h2> <ul> <li>Port v6 cleanup to v5 by <a href="https://github.com/ericsciple"><code>@​ericsciple</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2301">actions/checkout#2301</a></li> </ul> <h2>V5.0.0</h2> <ul> <li>Update actions checkout to use node 24 by <a href="https://github.com/salmanmkc"><code>@​salmanmkc</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2226">actions/checkout#2226</a></li> </ul> <h2>V4.3.1</h2> <ul> <li>Port v6 cleanup to v4 by <a href="https://github.com/ericsciple"><code>@​ericsciple</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2305">actions/checkout#2305</a></li> </ul> <h2>V4.3.0</h2> <ul> <li>docs: update README.md by <a href="https://github.com/motss"><code>@​motss</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1971">actions/checkout#1971</a></li> <li>Add internal repos for checking out multiple repositories by <a href="https://github.com/mouismail"><code>@​mouismail</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1977">actions/checkout#1977</a></li> <li>Documentation update - add recommended permissions to Readme by <a href="https://github.com/benwells"><code>@​benwells</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2043">actions/checkout#2043</a></li> <li>Adjust positioning of user email note and permissions heading by <a href="https://github.com/joshmgross"><code>@​joshmgross</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2044">actions/checkout#2044</a></li> <li>Update README.md by <a href="https://github.com/nebuk89"><code>@​nebuk89</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2194">actions/checkout#2194</a></li> <li>Update CODEOWNERS for actions by <a href="https://github.com/TingluoHuang"><code>@​TingluoHuang</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2224">actions/checkout#2224</a></li> <li>Update package dependencies by <a href="https://github.com/salmanmkc"><code>@​salmanmkc</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2236">actions/checkout#2236</a></li> </ul> <h2>v4.2.2</h2> <ul> <li><code>url-helper.ts</code> now leverages well-known environment variables by <a href="https://github.com/jww3"><code>@​jww3</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1941">actions/checkout#1941</a></li> <li>Expand unit test coverage for <code>isGhes</code> by <a href="https://github.com/jww3"><code>@​jww3</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1946">actions/checkout#1946</a></li> </ul> <h2>v4.2.1</h2> <ul> <li>Check out other refs/* by commit if provided, fall back to ref by <a href="https://github.com/orhantoy"><code>@​orhantoy</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1924">actions/checkout#1924</a></li> </ul> <h2>v4.2.0</h2> <ul> <li>Add Ref and Commit outputs by <a href="https://github.com/lucacome"><code>@​lucacome</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1180">actions/checkout#1180</a></li> <li>Dependency updates by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>- <a href="https://redirect.github.com/actions/checkout/pull/1777">actions/checkout#1777</a>, <a href="https://redirect.github.com/actions/checkout/pull/1872">actions/checkout#1872</a></li> </ul> <h2>v4.1.7</h2> <ul> <li>Bump the minor-npm-dependencies group across 1 directory with 4 updates by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1739">actions/checkout#1739</a></li> <li>Bump actions/checkout from 3 to 4 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1697">actions/checkout#1697</a></li> <li>Check out other refs/* by commit by <a href="https://github.com/orhantoy"><code>@​orhantoy</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1774">actions/checkout#1774</a></li> <li>Pin actions/checkout's own workflows to a known, good, stable version. by <a href="https://github.com/jww3"><code>@​jww3</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1776">actions/checkout#1776</a></li> </ul> <h2>v4.1.6</h2> <ul> <li>Check platform to set archive extension appropriately by <a href="https://github.com/cory-miller"><code>@​cory-miller</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1732">actions/checkout#1732</a></li> </ul> <h2>v4.1.5</h2> <ul> <li>Update NPM dependencies by <a href="https://github.com/cory-miller"><code>@​cory-miller</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1703">actions/checkout#1703</a></li> <li>Bump github/codeql-action from 2 to 3 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1694">actions/checkout#1694</a></li> <li>Bump actions/setup-node from 1 to 4 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1696">actions/checkout#1696</a></li> <li>Bump actions/upload-artifact from 2 to 4 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1695">actions/checkout#1695</a></li> </ul> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/actions/checkout/commit/1af3b93b6815bc44a9784bd300feb67ff0d1eeb3"><code>1af3b93</code></a> update readme/changelog for v6 (<a href="https://redirect.github.com/actions/checkout/issues/2311">#2311</a>)</li> <li><a href="https://github.com/actions/checkout/commit/71cf2267d89c5cb81562390fa70a37fa40b1305e"><code>71cf226</code></a> v6-beta (<a href="https://redirect.github.com/actions/checkout/issues/2298">#2298</a>)</li> <li><a href="https://github.com/actions/checkout/commit/069c6959146423d11cd0184e6accf28f9d45f06e"><code>069c695</code></a> Persist creds to a separate file (<a href="https://redirect.github.com/actions/checkout/issues/2286">#2286</a>)</li> <li><a href="https://github.com/actions/checkout/commit/ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493"><code>ff7abcd</code></a> Update README to include Node.js 24 support details and requirements (<a href="https://redirect.github.com/actions/checkout/issues/2248">#2248</a>)</li> <li>See full diff in <a href="https://github.com/actions/checkout/compare/08c6903cd8c0fde910a37f88322edcfb5dd907a8...1af3b93b6815bc44a9784bd300feb67ff0d1eeb3">compare view</a></li> </ul> </details> <br /> Updates `actions/stale` from 10.0.0 to 10.1.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/stale/releases">actions/stale's releases</a>.</em></p> <blockquote> <h2>v10.1.0</h2> <h2>What's Changed</h2> <ul> <li>Add <code>only-issue-types</code> option to filter issues by type by <a href="https://github.com/Bibo-Joshi"><code>@​Bibo-Joshi</code></a> in <a href="https://redirect.github.com/actions/stale/pull/1255">actions/stale#1255</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Bibo-Joshi"><code>@​Bibo-Joshi</code></a> made their first contribution in <a href="https://redirect.github.com/actions/stale/pull/1255">actions/stale#1255</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/stale/compare/v10...v10.1.0">https://github.com/actions/stale/compare/v10...v10.1.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/actions/stale/blob/main/CHANGELOG.md">actions/stale's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <h1>[10.1.0]</h1> <h2>What's Changed</h2> <ul> <li>Add only-issue-types option to filter issues by type by <a href="https://github.com/Bibo-Joshi"><code>@​Bibo-Joshi</code></a> in <a href="https://redirect.github.com/actions/stale/pull/1255">actions/stale#1255</a></li> </ul> <h1>[10.0.0]</h1> <h2>What's Changed</h2> <h2>Breaking Changes</h2> <ul> <li>Upgrade to node 24 by <a href="https://github.com/salmanmkc"><code>@​salmanmkc</code></a> in <a href="https://redirect.github.com/actions/stale/pull/1279">actions/stale#1279</a> Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. <a href="https://github.com/actions/runner/releases/tag/v2.327.1">Release Notes</a></li> </ul> <h2>Enhancement</h2> <ul> <li>Introducing sort-by option by <a href="https://github.com/suyashgaonkar"><code>@​suyashgaonkar</code></a> in <a href="https://redirect.github.com/actions/stale/pull/1254">actions/stale#1254</a></li> </ul> <h2>Dependency Upgrades</h2> <ul> <li>Upgrade actions/publish-immutable-action from 0.0.3 to 0.0.4 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/actions/stale/pull/1186">actions/stale#1186</a></li> <li>Upgrade undici from 5.28.4 to 5.28.5 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/actions/stale/pull/1201">actions/stale#1201</a></li> <li>Upgrade <code>@​action/cache</code> from 4.0.0 to 4.0.2 by <a href="https://github.com/aparnajyothi-y"><code>@​aparnajyothi-y</code></a> in <a href="https://redirect.github.com/actions/stale/pull/1226">actions/stale#1226</a></li> <li>Upgrade <code>@​action/cache</code> from 4.0.2 to 4.0.3 by <a href="https://github.com/suyashgaonkar"><code>@​suyashgaonkar</code></a> in <a href="https://redirect.github.com/actions/stale/pull/1233">actions/stale#1233</a></li> <li>Upgrade undici from 5.28.5 to 5.29.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/actions/stale/pull/1251">actions/stale#1251</a></li> <li>Upgrade form-data to bring in fix for critical vulnerability by <a href="https://github.com/gowridurgad"><code>@​gowridurgad</code></a> in <a href="https://redirect.github.com/actions/stale/pull/1277">actions/stale#1277</a></li> </ul> <h2>Documentation changes</h2> <ul> <li>Changelog update for recent releases by <a href="https://github.com/suyashgaonkar"><code>@​suyashgaonkar</code></a> in <a href="https://redirect.github.com/actions/stale/pull/1224">actions/stale#1224</a></li> <li>Permissions update in Readme by <a href="https://github.com/ghadimir"><code>@​ghadimir</code></a> in <a href="https://redirect.github.com/actions/stale/pull/1248">actions/stale#1248</a></li> </ul> <h1>[9.1.0]</h1> <h2>What's Changed</h2> <ul> <li>Documentation update by <a href="https://github.com/Marukome0743"><code>@​Marukome0743</code></a> in <a href="https://redirect.github.com/actions/stale/pull/1116">actions/stale#1116</a></li> <li>Add workflow file for publishing releases to immutable action package by <a href="https://github.com/Jcambass"><code>@​Jcambass</code></a> in <a href="https://redirect.github.com/actions/stale/pull/1179">actions/stale#1179</a></li> <li>Update undici from 5.28.2 to 5.28.4 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/actions/stale/pull/1150">actions/stale#1150</a></li> <li>Update actions/checkout from 3 to 4 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/actions/stale/pull/1091">actions/stale#1091</a></li> <li>Update actions/publish-action from 0.2.2 to 0.3.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/actions/stale/pull/1147">actions/stale#1147</a></li> <li>Update ts-jest from 29.1.1 to 29.2.5 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/actions/stale/pull/1175">actions/stale#1175</a></li> <li>Update <code>@​actions/core</code> from 1.10.1 to 1.11.1 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/actions/stale/pull/1191">actions/stale#1191</a></li> <li>Update <code>@​types/jest</code> from 29.5.11 to 29.5.14 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/actions/stale/pull/1193">actions/stale#1193</a></li> <li>Update <code>@​actions/cache</code> from 3.2.2 to 4.0.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/actions/stale/pull/1194">actions/stale#1194</a></li> </ul> <h1>[9.0.0]</h1> <h2>Breaking Changes</h2> <ol> <li>Action is now stateful: If the action ends because of <a href="https://github.com/actions/stale#operations-per-run">operations-per-run</a> then the next run will start from the first unprocessed issue skipping the issues processed during the previous run(s). The state is reset when all the issues are processed. This should be considered for scheduling workflow runs.</li> <li>Version 9 of this action updated the runtime to Node.js 20. All scripts are now run with Node.js 20 instead of Node.js 16 and are affected by any breaking changes between Node.js 16 and 20.</li> </ol> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/actions/stale/commit/5f858e3efba33a5ca4407a664cc011ad407f2008"><code>5f858e3</code></a> Add <code>only-issue-types</code> option to filter issues by type (<a href="https://redirect.github.com/actions/stale/issues/1255">#1255</a>)</li> <li>See full diff in <a href="https://github.com/actions/stale/compare/3a9db7e6a41a89f618792c92c0e97cc736e1b13f...5f858e3efba33a5ca4407a664cc011ad407f2008">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details>
1 parent e65d62b commit dd830a0

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed

.github/workflows/dart.yml

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
sdk: stable
3535
- id: checkout
3636
name: Checkout repository
37-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
37+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
3838
- name: mono_repo self validate
3939
run: dart pub global activate mono_repo 6.6.3
4040
- name: mono_repo self validate
@@ -59,7 +59,7 @@ jobs:
5959
sdk: "3.3.0"
6060
- id: checkout
6161
name: Checkout repository
62-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
62+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
6363
- id: pkgs_shelf_packages_handler_pub_upgrade
6464
name: pkgs/shelf_packages_handler; dart pub upgrade
6565
run: dart pub upgrade
@@ -116,7 +116,7 @@ jobs:
116116
sdk: "3.4.0"
117117
- id: checkout
118118
name: Checkout repository
119-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
119+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
120120
- id: pkgs_shelf_pub_upgrade
121121
name: pkgs/shelf; dart pub upgrade
122122
run: dart pub upgrade
@@ -146,7 +146,7 @@ jobs:
146146
sdk: "3.5.0"
147147
- id: checkout
148148
name: Checkout repository
149-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
149+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
150150
- id: pkgs_shelf_test_handler_pub_upgrade
151151
name: pkgs/shelf_test_handler; dart pub upgrade
152152
run: dart pub upgrade
@@ -185,7 +185,7 @@ jobs:
185185
sdk: "3.9.0"
186186
- id: checkout
187187
name: Checkout repository
188-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
188+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
189189
- id: pkgs_shelf_router_generator_pub_upgrade
190190
name: pkgs/shelf_router_generator; dart pub upgrade
191191
run: dart pub upgrade
@@ -215,7 +215,7 @@ jobs:
215215
sdk: dev
216216
- id: checkout
217217
name: Checkout repository
218-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
218+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
219219
- id: pkgs_shelf_pub_upgrade
220220
name: pkgs/shelf; dart pub upgrade
221221
run: dart pub upgrade
@@ -308,7 +308,7 @@ jobs:
308308
sdk: dev
309309
- id: checkout
310310
name: Checkout repository
311-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
311+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
312312
- id: pkgs_shelf_pub_upgrade
313313
name: pkgs/shelf; dart pub upgrade
314314
run: dart pub upgrade
@@ -401,7 +401,7 @@ jobs:
401401
sdk: "3.3.0"
402402
- id: checkout
403403
name: Checkout repository
404-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
404+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
405405
- id: pkgs_shelf_packages_handler_pub_upgrade
406406
name: pkgs/shelf_packages_handler; dart pub upgrade
407407
run: dart pub upgrade
@@ -466,7 +466,7 @@ jobs:
466466
sdk: "3.4.0"
467467
- id: checkout
468468
name: Checkout repository
469-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
469+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
470470
- id: pkgs_shelf_pub_upgrade
471471
name: pkgs/shelf; dart pub upgrade
472472
run: dart pub upgrade
@@ -504,7 +504,7 @@ jobs:
504504
sdk: "3.4.0"
505505
- id: checkout
506506
name: Checkout repository
507-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
507+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
508508
- id: pkgs_shelf_pub_upgrade
509509
name: pkgs/shelf; dart pub upgrade
510510
run: dart pub upgrade
@@ -542,7 +542,7 @@ jobs:
542542
sdk: "3.5.0"
543543
- id: checkout
544544
name: Checkout repository
545-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
545+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
546546
- id: pkgs_shelf_test_handler_pub_upgrade
547547
name: pkgs/shelf_test_handler; dart pub upgrade
548548
run: dart pub upgrade
@@ -580,7 +580,7 @@ jobs:
580580
sdk: "3.5.0"
581581
- id: checkout
582582
name: Checkout repository
583-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
583+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
584584
- id: pkgs_shelf_test_handler_pub_upgrade
585585
name: pkgs/shelf_test_handler; dart pub upgrade
586586
run: dart pub upgrade
@@ -627,7 +627,7 @@ jobs:
627627
sdk: "3.9.0"
628628
- id: checkout
629629
name: Checkout repository
630-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
630+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
631631
- id: pkgs_shelf_router_generator_pub_upgrade
632632
name: pkgs/shelf_router_generator; dart pub upgrade
633633
run: dart pub upgrade
@@ -665,7 +665,7 @@ jobs:
665665
sdk: dev
666666
- id: checkout
667667
name: Checkout repository
668-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
668+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
669669
- id: pkgs_shelf_pub_upgrade
670670
name: pkgs/shelf; dart pub upgrade
671671
run: dart pub upgrade
@@ -712,7 +712,7 @@ jobs:
712712
sdk: dev
713713
- id: checkout
714714
name: Checkout repository
715-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
715+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
716716
- id: pkgs_shelf_pub_upgrade
717717
name: pkgs/shelf; dart pub upgrade
718718
run: dart pub upgrade
@@ -759,7 +759,7 @@ jobs:
759759
sdk: dev
760760
- id: checkout
761761
name: Checkout repository
762-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
762+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
763763
- id: pkgs_shelf_pub_upgrade
764764
name: pkgs/shelf; dart pub upgrade
765765
run: dart pub upgrade
@@ -860,7 +860,7 @@ jobs:
860860
sdk: dev
861861
- id: checkout
862862
name: Checkout repository
863-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
863+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
864864
- id: pkgs_shelf_router_generator_pub_upgrade
865865
name: pkgs/shelf_router_generator; dart pub upgrade
866866
run: dart pub upgrade
@@ -888,7 +888,7 @@ jobs:
888888
sdk: "3.3.0"
889889
- id: checkout
890890
name: Checkout repository
891-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
891+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
892892
- id: pkgs_shelf_packages_handler_pub_upgrade
893893
name: pkgs/shelf_packages_handler; dart pub upgrade
894894
run: dart pub upgrade
@@ -925,7 +925,7 @@ jobs:
925925
sdk: "3.4.0"
926926
- id: checkout
927927
name: Checkout repository
928-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
928+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
929929
- id: pkgs_shelf_pub_upgrade
930930
name: pkgs/shelf; dart pub upgrade
931931
run: dart pub upgrade
@@ -953,7 +953,7 @@ jobs:
953953
sdk: "3.5.0"
954954
- id: checkout
955955
name: Checkout repository
956-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
956+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
957957
- id: pkgs_shelf_test_handler_pub_upgrade
958958
name: pkgs/shelf_test_handler; dart pub upgrade
959959
run: dart pub upgrade
@@ -981,7 +981,7 @@ jobs:
981981
sdk: "3.5.0"
982982
- id: checkout
983983
name: Checkout repository
984-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
984+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
985985
- id: pkgs_shelf_test_handler_pub_upgrade
986986
name: pkgs/shelf_test_handler; dart pub upgrade
987987
run: dart pub upgrade
@@ -1018,7 +1018,7 @@ jobs:
10181018
sdk: dev
10191019
- id: checkout
10201020
name: Checkout repository
1021-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
1021+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
10221022
- id: pkgs_shelf_pub_upgrade
10231023
name: pkgs/shelf; dart pub upgrade
10241024
run: dart pub upgrade
@@ -1055,7 +1055,7 @@ jobs:
10551055
sdk: dev
10561056
- id: checkout
10571057
name: Checkout repository
1058-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
1058+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
10591059
- id: pkgs_shelf_packages_handler_pub_upgrade
10601060
name: pkgs/shelf_packages_handler; dart pub upgrade
10611061
run: dart pub upgrade

.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@3a9db7e6a41a89f618792c92c0e97cc736e1b13f
22+
- uses: actions/stale@5f858e3efba33a5ca4407a664cc011ad407f2008
2323
with:
2424
days-before-stale: -1
2525
days-before-close: 14

0 commit comments

Comments
 (0)