Releases: actions/checkout
Releases Β· actions/checkout
v2.6.0
v3.2.0
What's Changed
- Add GitHub Action to perform release by @rentziass in #942
- Fix status badge by @ScottBrenner in #967
- Replace datadog/squid with ubuntu/squid Docker image by @cory-miller in #1002
- Wrap pipeline commands for submoduleForeach in quotes by @jokreliable in #964
- Update @actions/io to 1.1.2 by @cory-miller in #1029
- Upgrading version to 3.2.0 by @vmjoseph in #1039
New Contributors
- @ScottBrenner made their first contribution in #967
- @cory-miller made their first contribution in #1002
- @jokreliable made their first contribution in #964
- @vmjoseph made their first contribution in #1039
Full Changelog: v3.1.0...v3.2.0
v2.5.0
v3.1.0
What's Changed
- Inject GitHub host to be able to clone from another GitHub instance by @peter-murray in #922
- Bump @actions/core to 1.10.0 by @rentziass in #939
New Contributors
- @peter-murray made their first contribution in #922
- @rentziass made their first contribution in #939
Full Changelog: v3.0.2...v3.1.0
v3.0.2
What's Changed
- Add set-safe-directory input to allow customers to take control. by @TingluoHuang in #770
- Prepare changelog for v3.0.2. by @TingluoHuang in #777
Full Changelog: v3...v3.0.2
v2.4.2
What's Changed
- Add set-safe-directory input to allow customers to take control. (#770) by @TingluoHuang in #776
- Prepare changelog for v2.4.2. by @TingluoHuang in #778
Full Changelog: v2...v2.4.2
v3.0.1
v2.4.1
- Fixed an issue where checkout failed to run in container jobs due to the new git setting
safe.directory
v3.0.0
- Updated to the node16 runtime by default
- This requires a minimum Actions Runner version of v2.285.0 to run, which is by default available in GHES 3.4 or later.
v2.4.0
- Convert SSH URLs like
org-<ORG_ID>@github.com:
tohttps://github.com/
- pr