Bump the github-actions group across 1 directory with 3 updates
Bumps the github-actions group with 3 updates in the / directory: dart-lang/setup-dart, actions/cache and actions/stale.
Updates dart-lang/setup-dart from 1.7.0 to 1.7.1
Release notes
Sourced from dart-lang/setup-dart's releases.
v1.7.1
- Roll
undicidependency to address CVE-2025-22150.- Update to the latest npm dependencies.
- Recompile the action using the new Dart / JavaScript interop.
Changelog
Sourced from dart-lang/setup-dart's changelog.
v1.7.1
- Roll
undicidependency to address CVE-2025-22150.- Update to the latest npm dependencies.
- Recompile the action using the new Dart / JavaScript interop.
v1.7.0
Install flutter sdk in publishing step, allowing Flutter packages to be published (#68[])
v1.6.5
- Fix zip path handling on Windows 11 (#118[])
#118: dart-lang/setup-dart#118
v1.6.4
- Rebuild JS code.
v1.6.3
- Roll
undicidependency to address CVE-2024-30260 and CVE-2024-30261.v1.6.2
- Switch to running the workflow on
node20`` fromnode16`. See also Transitioning from Node 16 to Node 20.v1.6.1
- Updated the google storage url for
mainchannel releases.v1.6.0
- Enable provisioning of the latest Dart SDK patch release by specifying just the major and minor version (e.g.
3.2).v1.5.1
... (truncated)
Commits
e51d8e5prep for releasing 1.7.1 (#150)1faf8e6updates to move away from dart:js_util (#148)614cb8dBump flutter-actions/setup-flutter in the github-actions group (#146)55f49adBump undici from 5.28.4 to 5.28.5 (#149)2c0db8fBump@actions/tool-cachefrom 2.0.1 to 2.0.2 (#147)6123db6Bump dart-lang/setup-dart in the github-actions group (#145)- See full diff in compare view
Updates actions/cache from 4.2.0 to 4.2.2
Release notes
Sourced from actions/cache's releases.
v4.2.2
What's Changed
[!IMPORTANT] As a reminder, there were important backend changes to release v4.2.0, see those release notes and the announcement for more details.
- Bump
@actions/cacheto v4.0.2 by@robherleyin actions/cache#1560Full Changelog: https://github.com/actions/cache/compare/v4.2.1...v4.2.2
v4.2.1
What's Changed
[!IMPORTANT] As a reminder, there were important backend changes to release v4.2.0, see those release notes and the announcement for more details.
- docs: GitHub is spelled incorrectly in caching-strategies.md by
@janco-absain actions/cache#1526- docs: Make the "always save prime numbers" example more clear by
@Tobbein actions/cache#1525- Update force deletion docs due a recent deprecation by
@sebbalexin actions/cache#1500- Bump
@actions/cacheto v4.0.1 by@robherleyin actions/cache#1554New Contributors
@janco-absamade their first contribution in actions/cache#1526@Tobbemade their first contribution in actions/cache#1525@sebbalexmade their first contribution in actions/cache#1500Full Changelog: https://github.com/actions/cache/compare/v4.2.0...v4.2.1
Changelog
Sourced from actions/cache's changelog.
Releases
4.2.2
- Bump
@actions/cacheto v4.0.24.2.1
- Bump
@actions/cacheto v4.0.14.2.0
TLDR; The cache backend service has been rewritten from the ground up for improved performance and reliability. actions/cache now integrates with the new cache service (v2) APIs.
The new service will gradually roll out as of February 1st, 2025. The legacy service will also be sunset on the same date. Changes in these release are fully backward compatible.
We are deprecating some versions of this action. We recommend upgrading to version
v4orv3as soon as possible before February 1st, 2025. (Upgrade instructions below).If you are using pinned SHAs, please use the SHAs of versions
v4.2.0orv3.4.0If you do not upgrade, all workflow runs using any of the deprecated actions/cache will fail.
Upgrading to the recommended versions will not break your workflows.
4.1.2
- Add GitHub Enterprise Cloud instances hostname filters to inform API endpoint choices - #1474
- Security fix: Bump braces from 3.0.2 to 3.0.3 - #1475
4.1.1
- Restore original behavior of
cache-hitoutput - #14674.1.0
4.0.2
- Fixed restore
fail-on-cache-missnot working.4.0.1
- Updated
isGhescheck4.0.0
- Updated minimum runner version support from node 12 -> node 20
... (truncated)
Commits
d4323d4Merge pull request #1560 from actions/robherley/v4.2.2da26677bump@actions/cacheto v4.0.2, prep for v4.2.2 release7921ae2Merge pull request #1557 from actions/robherley/ia-workflow-released3937731Update publish-immutable-actions.yml0c907a7Merge pull request #1554 from actions/robherley/v4.2.1710893cbump@actions/cacheto v4.0.19fa7e61Update force deletion docs due a recent deprecation (#1500)36f1e14docs: Make the "always save prime numbers" example more clear (#1525)53aa38cCorrect GitHub Spelling in caching-strategies.md (#1526)- See full diff in compare view
Updates actions/stale from 9.0.0 to 9.1.0
Release notes
Sourced from actions/stale's releases.
v9.1.0
What's Changed
- Documentation update by
@Marukome0743in actions/stale#1116- Add workflow file for publishing releases to immutable action package by
@Jcambassin actions/stale#1179- Update undici from 5.28.2 to 5.28.4 by
@dependabotin actions/stale#1150- Update actions/checkout from 3 to 4 by
@dependabotin actions/stale#1091- Update actions/publish-action from 0.2.2 to 0.3.0 by
@dependabotin actions/stale#1147- Update ts-jest from 29.1.1 to 29.2.5 by
@dependabotin actions/stale#1175- Update
@actions/corefrom 1.10.1 to 1.11.1 by@dependabotin actions/stale#1191- Update
@types/jestfrom 29.5.11 to 29.5.14 by@dependabotin actions/stale#1193- Update
@actions/cachefrom 3.2.2 to 4.0.0 by@dependabotin actions/stale#1194New Contributors
@Marukome0743made their first contribution in actions/stale#1116@Jcambassmade their first contribution in actions/stale#1179Full Changelog: https://github.com/actions/stale/compare/v9...v9.1.0
Commits
5bef64fbuild(deps): bump@actions/cachefrom 3.2.2 to 4.0.0 (#1194)fa77dfdbuild(deps-dev): bump@types/jestfrom 29.5.11 to 29.5.14 (#1193)f04443dbuild(deps): bump@actions/corefrom 1.10.1 to 1.11.1 (#1191)5c715b0build(deps-dev): bump ts-jest from 29.1.1 to 29.2.5 (#1175)f691222build(deps): bump actions/publish-action from 0.2.2 to 0.3.0 (#1147)df990c2build(deps): bump actions/checkout from 3 to 4 (#1091)6e472ceMerge pull request #1179 from actions/Jcambass-patch-1d10ba64Merge pull request #1150 from actions/dependabot/npm_and_yarn/undici-5.28.4bbf3da5resolve check failures6a2e61dAdd workflow file for publishing releases to immutable action package- Additional commits viewable in compare view
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.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore <dependency name> major versionwill 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 versionwill 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
autosubmit label was removed for dart-lang/webdev/2593, because - The status or check suite Maybe prevent submission has failed. Please fix the issues identified (or deflake) before re-applying this label.
- The status or check suite Maybe prevent submission has failed. Please fix the issues identified (or deflake) before re-applying this label.
@dependabot rebase
/gcbrun
@dependabot rebase