Remove usage of --no-auto-gc option (#42)

* Remove usage of --no-auto-gc option

This option is not supported in git versions < 2.23.
Older git versions might be used in self-hosted runners.

* Update CHANGELOG
This commit is contained in:
Michal Dorner
2020-10-06 13:38:18 +02:00
committed by GitHub
parent 8b399ed168
commit 9553dabbd8
4 changed files with 9 additions and 6 deletions

View File

@ -49,6 +49,7 @@ For more scenarios see [examples](#examples) section.
# What's New
- Fixed compatibility with older (<2.23) versions of git
- Support for tag pushes and tags as a base reference
- Fixes for various edge cases when event payload is incomplete
- Supports local execution with [act](https://github.com/nektos/act)
@ -59,7 +60,6 @@ For more scenarios see [examples](#examples) section.
- Custom processing of changed files:
- Optionally export paths of all files matching the filter
- Output can be space-delimited or in JSON format
- Improved documentation and logging
For more information see [CHANGELOG](https://github.com/actions/checkout/blob/main/CHANGELOG.md)