Release 3.6.0

This commit is contained in:
Luke Tomlinson 2023-08-24 09:42:03 -04:00
parent 7739b9ba2e
commit b08ff58795
3 changed files with 8 additions and 4 deletions

View file

@ -1,5 +1,9 @@
# Changelog
## v3.6.0
- [Fix: Mark test scripts with Bash'isms to be run via Bash](https://github.com/actions/checkout/pull/1377)
- [Add option to fetch tags even if fetch-depth > 0](https://github.com/actions/checkout/pull/579)
## v3.5.3
- [Fix: Checkout fail in self-hosted runners when faulty submodule are checked-in](https://github.com/actions/checkout/pull/1196)
- [Fix typos found by codespell](https://github.com/actions/checkout/pull/1287)