mirror of
https://github.com/actions/checkout.git
synced 2025-12-17 23:18:25 +00:00
String.prototype.substr() is deprecated (see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/substr) so we replace it with slice() which works similarily but isn't deprecated. Signed-off-by: Tobias Speicher <rootcommander@gmail.com>
3.4 KiB
3.4 KiB