-
v3.6.0 Stable
released this
2023-08-24 21:54:47 +08:00 | 71 commits to main since this releaseWhat's Changed
- Mark test scripts with Bash'isms to be run via Bash by @dscho in https://github.com/actions/checkout/pull/1377
- Add option to fetch tags even if fetch-depth > 0 by @RobertWieczoreck in https://github.com/actions/checkout/pull/579
- Release 3.6.0 by @luketomlinson in https://github.com/actions/checkout/pull/1437
New Contributors
- @RobertWieczoreck made their first contribution in https://github.com/actions/checkout/pull/579
- @luketomlinson made their first contribution in https://github.com/actions/checkout/pull/1437
Full Changelog: https://github.com/actions/checkout/compare/v3.5.3...v3.6.0
Downloads
-
v3.5.3 Stable
released this
2023-06-09 22:47:54 +08:00 | 74 commits to main since this releaseWhat's Changed
- Fix: Checkout Issue in self hosted runner due to faulty submodule check-ins by @megamanics in https://github.com/actions/checkout/pull/1196
- Fix typos found by codespell by @DimitriPapadopoulos in https://github.com/actions/checkout/pull/1287
- Add support for sparse checkouts by @dscho and @dfdez in https://github.com/actions/checkout/pull/1369
- Release v3.5.3 by @TingluoHuang in https://github.com/actions/checkout/pull/1376
New Contributors
- @megamanics made their first contribution in https://github.com/actions/checkout/pull/1196
- @DimitriPapadopoulos made their first contribution in https://github.com/actions/checkout/pull/1287
- @dfdez made their first contribution in https://github.com/actions/checkout/pull/1369
Full Changelog: https://github.com/actions/checkout/compare/v3...v3.5.3
Downloads
-
v3.5.2 Stable
released this
2023-04-13 20:45:33 +08:00 | 78 commits to main since this releaseWhat's Changed
- Fix: Use correct API url / endpoint in GHES by @fhammerl in https://github.com/actions/checkout/pull/1289 based on #1286 by @1newsr
Full Changelog: https://github.com/actions/checkout/compare/v3.5.1...v3.5.2
Downloads
-
v3.5.1 Stable
released this
2023-04-12 23:02:21 +08:00 | 80 commits to main since this releaseWhat's Changed
- Improve checkout performance on Windows runners by upgrading @actions/github dependency by @BrettDong in https://github.com/actions/checkout/pull/1246
New Contributors
- @BrettDong made their first contribution in https://github.com/actions/checkout/pull/1246
- @fhammerl made their first contribution in https://github.com/actions/checkout/pull/1284
Full Changelog: https://github.com/actions/checkout/compare/v3.5.0...v3.5.1
Downloads
-
v2.7.0 Stable
released this
2023-03-24 14:04:47 +08:00 | 0 commits to releases/v2 since this releaseWhat's Changed
- Add new public key for known_hosts (#1237) by @TingluoHuang in https://github.com/actions/checkout/pull/1238
Full Changelog: https://github.com/actions/checkout/compare/v2.6.0...v2.7.0
Downloads
-
v3.5.0 Stable
released this
2023-03-24 13:34:48 +08:00 | 82 commits to main since this releaseWhat's Changed
- Add new public key for known_hosts by @cdb in https://github.com/actions/checkout/pull/1237
New Contributors
- @cdb made their first contribution in https://github.com/actions/checkout/pull/1237
Full Changelog: https://github.com/actions/checkout/compare/v3.4.0...v3.5.0
Downloads
-
v3.4.0 Stable
released this
2023-03-16 03:45:08 +08:00 | 84 commits to main since this releaseWhat's Changed
- Upgrade codeql actions to v2 by @Link- in https://github.com/actions/checkout/pull/1209
- Upgrade dependencies by @Link- in https://github.com/actions/checkout/pull/1210
- Backfill changelog and bump actions/io by @cory-miller in https://github.com/actions/checkout/pull/1225
New Contributors
- @Link- made their first contribution in https://github.com/actions/checkout/pull/1209
Full Changelog: https://github.com/actions/checkout/compare/v3.3.0...v3.4.0
Downloads
-
v3.3.0 Stable
released this
2022-12-29 06:19:08 +08:00 | 87 commits to main since this releaseWhat's Changed
- Implement branch list using callbacks from exec function by @cory-miller in https://github.com/actions/checkout/pull/1045
- Add in explicit reference to private checkout options by @vanZeben in https://github.com/actions/checkout/pull/1050
- Fix comment typos (that got added in #770) by @lurch in https://github.com/actions/checkout/pull/1057
New Contributors
- @vanZeben made their first contribution in https://github.com/actions/checkout/pull/1050
- @lurch made their first contribution in https://github.com/actions/checkout/pull/1057
Full Changelog: https://github.com/actions/checkout/compare/v3.2.0...v3.3.0
Downloads
-
v2.6.0 Stable
released this
2022-12-13 23:14:06 +08:00 | 1 commits to releases/v2 since this releaseWhat's Changed
- Add backports to v2 branch by @cory-miller in https://github.com/actions/checkout/pull/1040
- Includes backports from the following changes: https://github.com/actions/checkout/pull/964, https://github.com/actions/checkout/pull/1002, https://github.com/actions/checkout/pull/1029
- Upgraded the licensed version to match what is used in v3.
Full Changelog: https://github.com/actions/checkout/compare/v2.5.0...v2.6.0
Downloads
- Add backports to v2 branch by @cory-miller in https://github.com/actions/checkout/pull/1040
-
v3.2.0 Stable
released this
2022-12-13 03:11:05 +08:00 | 90 commits to main since this releaseWhat's Changed
- Add GitHub Action to perform release by @rentziass in https://github.com/actions/checkout/pull/942
- Fix status badge by @ScottBrenner in https://github.com/actions/checkout/pull/967
- Replace datadog/squid with ubuntu/squid Docker image by @cory-miller in https://github.com/actions/checkout/pull/1002
- Wrap pipeline commands for submoduleForeach in quotes by @jokreliable in https://github.com/actions/checkout/pull/964
- Update @actions/io to 1.1.2 by @cory-miller in https://github.com/actions/checkout/pull/1029
- Upgrading version to 3.2.0 by @vmjoseph in https://github.com/actions/checkout/pull/1039
New Contributors
- @ScottBrenner made their first contribution in https://github.com/actions/checkout/pull/967
- @cory-miller made their first contribution in https://github.com/actions/checkout/pull/1002
- @jokreliable made their first contribution in https://github.com/actions/checkout/pull/964
- @vmjoseph made their first contribution in https://github.com/actions/checkout/pull/1039
Full Changelog: https://github.com/actions/checkout/compare/v3.1.0...v3.2.0
Downloads