Sourced from dart-lang/setup-dart's releases.
v1.6.4
- Rebuild JS code to include changes from v1.6.3
v1.6.3
- Roll
undici
dependency to address CVE-2024-30260 and CVE-2024-30261.
Sourced from dart-lang/setup-dart's changelog.
v1.6.4
- Rebuild JS code.
v1.6.3
- Roll
undici
dependency to address CVE-2024-30260 and CVE-2024-30261.v1.6.2
- Switch to running the workflow on
node20`` from
node16`. See also Transitioning from Node 16 to Node 20.v1.6.1
- Updated the google storage url for
main
channel 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
- No longer test the
setup-dart
action on pre-2.12 SDKs.- Upgrade JS interop code to use extension types (the new name for inline classes).
- The upcoming rename of the
be
channel tomain
is now supported with forward compatibility that switches when the rename happens.v1.5.0
- Re-wrote the implementation of the action into Dart.
- Auto-detect the platform architecture (
x64
,ia32
,arm
,arm64
).- Improved the caching and download resilience of the sdk.
- Added a new action output:
dart-version
- the installed version of the sdk.v1.4.0
- Automatically create OIDC token for pub.dev.
- Add a reusable workflow for publishing.
v1.3.0
- The install location of the Dart SDK is now available
... (truncated)
f0ead98
Rebuild JS code (#129)65c8298
Update CHANGELOG.md (#128)57338d6
Bump undici from 5.28.3 to 5.28.4 (#127)05d3f5e
Bump @âactions/http-client
from 2.2.0 to 2.2.1 (#126)b8c0b77
no longer specify the inline-class experiment flag (#125)b9952d8
Bump undici from 5.27.0 to 5.28.3 (#124)9a6ee89
Bump dart-lang/setup-dart from 1.6.0 to 1.6.2 (#123)Sourced from actions/checkout's releases.
v4.1.4
What's Changed
- Disable
extensions.worktreeConfig
when disablingsparse-checkout
by@âjww3
in actions/checkout#1692- Add dependabot config by
@âcory-miller
in actions/checkout#1688- Bump word-wrap from 1.2.3 to 1.2.5 by
@âdependabot
in actions/checkout#1643- Bump the minor-actions-dependencies group with 2 updates by
@âdependabot
in actions/checkout#1693Full Changelog: https://github.com/actions/checkout/compare/v4.1.3...v4.1.4
v4.1.3
What's Changed
- Update
actions/checkout
version inupdate-main-version.yml
by@âjww3
in actions/checkout#1650- Check git version before attempting to disable
sparse-checkout
by@âjww3
in actions/checkout#1656- Add SSH user parameter by
@âcory-miller
in actions/checkout#1685Full Changelog: https://github.com/actions/checkout/compare/v4.1.2...v4.1.3
Sourced from actions/checkout's changelog.
Changelog
v4.1.4
- Disable
extensions.worktreeConfig
when disablingsparse-checkout
by@âjww3
in actions/checkout#1692- Add dependabot config by
@âcory-miller
in actions/checkout#1688- Bump the minor-actions-dependencies group with 2 updates by
@âdependabot
in actions/checkout#1693- Bump word-wrap from 1.2.3 to 1.2.5 by
@âdependabot
in actions/checkout#1643v4.1.3
- Check git version before attempting to disable
sparse-checkout
by@âjww3
in actions/checkout#1656- Add SSH user parameter by
@âcory-miller
in actions/checkout#1685- Update
actions/checkout
version inupdate-main-version.yml
by@âjww3
in actions/checkout#1650v4.1.2
- Fix: Disable sparse checkout whenever
sparse-checkout
option is not present@âdscho
in actions/checkout#1598v4.1.1
- Correct link to GitHub Docs by
@âpeterbe
in actions/checkout#1511- Link to release page from what's new section by
@âcory-miller
in actions/checkout#1514v4.1.0
v4.0.0
v3.6.0
- Fix: Mark test scripts with Bash'isms to be run via Bash
- Add option to fetch tags even if fetch-depth > 0
v3.5.3
- Fix: Checkout fail in self-hosted runners when faulty submodule are checked-in
- Fix typos found by codespell
- Add support for sparse checkouts
v3.5.2
v3.5.1
v3.5.0
v3.4.0
... (truncated)
0ad4b8f
Prep Release v4.1.4 (#1704)43045ae
Disable extensions.worktreeConfig
when disabling sparse-checkout
(#1692)37b0821
Bump the minor-actions-dependencies group with 2 updates (#1693)9839dc1
Add dependabot config (#1688)9b4c13b
Bump word-wrap from 1.2.3 to 1.2.5 (#1643)1d96c77
Add SSH user parameter (#1685)cd7d8d6
Check git version before attempting to disable sparse-checkout
(#1656)8410ad0
Update actions/checkout
version in update-main-version.yml
(#1650)