1
0
Fork 0
mirror of https://code.forgejo.org/actions/checkout.git synced 2025-05-03 00:22:58 +02:00

Release 3.7.0

This commit is contained in:
Ryan van Zeben 2023-09-01 14:24:32 -04:00 committed by GitHub
parent 8b5e8b7687
commit 77abfecae3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 3 deletions

View file

@ -1,5 +1,8 @@
# Changelog
## v3.7.0
- [Support fetching without the --progress option](https://github.com/actions/checkout/pull/1067)
## 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)