[CI] Upgrade cache action to v6

This commit is contained in:
Margen67
2026-06-27 22:07:51 -07:00
parent 1e7c1f6773
commit 8b948d503f
3 changed files with 6 additions and 6 deletions

View File

@@ -37,7 +37,7 @@ jobs:
echo "::error::Commit $SHORT is missing a [Tag] prefix. Expected format: [Tag] Description (e.g. [CPU] Fix overflow in JIT)"
FAILED=1
fi
done <<< "${COMMITS}"
done <<< "$COMMITS"
echo