Sourced from actions/checkout's releases.
v3.5.3
What's Changed
- Fix: Checkout Issue in self hosted runner due to faulty submodule check-ins by
@âmegamanics
in actions/checkout#1196- Fix typos found by codespell by
@âDimitriPapadopoulos
in actions/checkout#1287- Add support for sparse checkouts by
@âdscho
and@âdfdez
in actions/checkout#1369- Release v3.5.3 by
@âTingluoHuang
in actions/checkout#1376New Contributors
@âmegamanics
made their first contribution in actions/checkout#1196@âDimitriPapadopoulos
made their first contribution in actions/checkout#1287@âdfdez
made their first contribution in actions/checkout#1369Full Changelog: https://github.com/actions/checkout/compare/v3...v3.5.3
Sourced from actions/checkout's changelog.
Changelog
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
v3.3.0
- Implement branch list using callbacks from exec function
- Add in explicit reference to private checkout options
- [Fix comment typos (that got added in #770)](actions/checkout#1057)
v3.2.0
- Add GitHub Action to perform release
- Fix status badge
- Replace datadog/squid with ubuntu/squid Docker image
- Wrap pipeline commands for submoduleForeach in quotes
- Update
@âactions/io
to 1.1.2- Upgrading version to 3.2.0
v3.1.0
v3.0.2
v3.0.1
- Fixed an issue where checkout failed to run in container jobs due to the new git setting
safe.directory
- Bumped various npm package versions
v3.0.0
v2.3.1
... (truncated)