Added version warning

This commit is contained in:
Tonye Jack 2022-02-17 00:15:17 -05:00
parent e47f6a420a
commit b915d09105

View File

@ -4,6 +4,8 @@ set -e
echo "::group::changed-files" echo "::group::changed-files"
echo "::warning::Legacy version detected, please switch to the recommended v10.x. See https://github.com/tj-actions/changed-files#versioning for more information"
echo "Resolving repository path..." echo "Resolving repository path..."
if [[ -n $INPUT_PATH ]]; then if [[ -n $INPUT_PATH ]]; then